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??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
SJIS-WIN | ?B??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
EUC-JP | ?B??? | 0011111101000010001111110011111100111111 | 3f423f3f3f |
UTF-8 | 챈B혢챈짧 | 11101100101100011000100001000010111011011001100010100010111011001011000110001000111011001010011110100111 | ecb18842ed98a2ecb188eca7a7 |
UHC | 챈B혢챈짧 | 110000111010011001000010110000101000101111000011101001101100001010101010 | c3a642c28bc3a6c2aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)