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 | ?B????? | 00111111010000100011111100111111001111110011111100111111 | 3f423f3f3f3f3f |
SJIS-WIN | ?B????? | 00111111010000100011111100111111001111110011111100111111 | 3f423f3f3f3f3f |
EUC-JP | ?B????? | 00111111010000100011111100111111001111110011111100111111 | 3f423f3f3f3f3f |
UTF-8 | 챈B혢챗혧쨌찼 | 11101100101100011000100001000010111011011001100010100010111011001011000110010111111011011001100010100111111011001010100010001100111011001011000010111100 | ecb18842ed98a2ecb197ed98a7eca88cecb0bc |
UHC | 챈B혢챗혧쨌찼 | 11000011101001100100001011000010100010111100001110101010110000101000111111000010101101111100001110100001 | c3a642c28bc3aac28fc2b7c3a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)