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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??荊? | 0011111100111111100011000111010000111111 | 3f3f8c743f |
EUC-JP | ?堞荊? | 00111111100011111011100010100100101101111101010100111111 | 3f8fb8a4b7d53f |
UTF-8 | 뤋堞荊권 | 111010111010010010001011111001011010000010011110111010001000110110001010111010101011011010001100 | eba48be5a09ee88d8aeab68c |
UHC | 뤋堞荊권 | 1000111110111011111101001101110011111011101010101011000111000111 | 8fbbf4dcfbaab1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)