To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 車式 | 100011101101010011110000110000001000111010101110 | 8ed4f0c08eae |
EUC-JP | 車?式 | 1011110011010110001111111011110010110000 | bcd63fbcb0 |
UTF-8 | 車式 | 111010001011101110001010111011101000000110111111111001011011110010001111 | e8bb8aee81bfe5bc8f |
UHC | 車?式 | 1111001110110011001111111110001111010010 | f3b33fe3d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)