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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 駿???駿 | 10001111011110000011111100111111001111111000111101111000 | 8f783f3f3f8f78 |
EUC-JP | 駿???駿 | 10111101110110010011111100111111001111111011110111011001 | bdd93f3f3fbdd9 |
UTF-8 | 駿재렞렏駿 | 111010011010011110111111111011001001111010101100111010111010000010011110111010111010000010001111111010011010011110111111 | e9a7bfec9eaceba09eeba08fe9a7bf |
UHC | 駿재렞렏駿 | 11110001111001111100000011100111100011101010111110001110101001011111000111100111 | f1e7c0e78eaf8ea5f1e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)