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쨋챕혶혩챠 | 11101100101100101010110101000010111011001010100010001011111011001011000110010101111011011001100010110110111011011001100010101001111011001011000110100000 | ecb2ad42eca88becb195ed98b6ed98a9ecb1a0 |
UHC | 청B쨋챕혶혩챠 | 11000011101110110100001011000010101101101100001110101001110000101001110111000010100100011100001110101101 | c3bb42c2b6c3a9c29dc291c3ad |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)