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 | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
SJIS-WIN | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
EUC-JP | ?????C?? | 0011111100111111001111110011111100111111010000110011111100111111 | 3f3f3f3f3f433f3f |
UTF-8 | 채횥혖혧혧C채척 | 11101100101100011000010011101101100110101010010111101101100110001001011011101101100110001010011111101101100110001010011101000011111011001011000110000100111011001011001010011001 | ecb184ed9aa5ed9896ed98a7ed98a743ecb184ecb299 |
UHC | 채횥혖혧혧C채척 | 110000111010010011000011100111001100001010000001110000101000111111000010100011110100001111000011101001001100001110110100 | c3a4c39cc281c28fc28f43c3a4c3b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)