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 | 癲れ? | 1110000110011111100000101110101000111111 | e19f82ea3f |
EUC-JP | 癲れ? | 1110001010100001101001001110110000111111 | e2a1a4ec3f |
UTF-8 | 癲れ쉮 | 111001111001100110110010111000111000001010001100111011001000100110101110 | e799b2e3828cec89ae |
UHC | 癲れ쉮 | 111011111010011010101010111011001001101010000110 | efa6aaec9a86 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)