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 | 飄?運?? | 11101001010001110011111110001001010111100011111100111111 | e9473f895e3f3f |
EUC-JP | 飄?運?? | 11110001101010000011111110110001101111110011111100111111 | f1a83fb1bf3f3f |
UTF-8 | 飄렗運렯灐 | 111010011010001110000100111010111010000010010111111010011000000110001011111010111010000010101111111001111000000110010000 | e9a384eba097e9818beba0afe78190 |
UHC | 飄렗運렯灐 | 11111000111111011000111010101100111010101010000110001110101111001111101110100101 | f8fd8eaceaa18ebcfba5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)