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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 指?そ?彦? | 100011100111011100111111100000101011101100111111100101010100011000111111 | 8e773f82bb3f95463f |
EUC-JP | 指?そ?彦? | 101110111101100000111111101001001011110100111111110010011010011100111111 | bbd83fa4bd3fc9a73f |
UTF-8 | 指폴そ렕彦렗 | 111001101000110010000111111011011000111110110100111000111000000110011101111010111010000010010101111001011011110110100110111010111010000010010111 | e68c87ed8fb4e3819deba095e5bda6eba097 |
UHC | 指폴そ렕彦렗 | 111100101010011011000110111110101010101010111101100011101010101011100101111010011000111010101100 | f2a6c6faaabd8eaae5e98eac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)