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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??菖??輯 | 0011111100111111100011111101001000111111001111111000111101010011 | 3f3f8fd23f3f8f53 |
EUC-JP | ??菖??輯 | 0011111100111111101111101101010000111111001111111011110110110100 | 3f3fbed43f3fbdb4 |
UTF-8 | 셔롆菖렫샵輯 | 111011001000010110010100111010111010000110000110111010001000111110010110111010111010000010101011111011001000001110110101111010001011110010101111 | ec8594eba186e88f96eba0abec83b5e8bcaf |
UHC | 셔롆菖렫샵輯 | 101111001100010110001110110011001111001111101110100011101011100110111100101001011111001011111110 | bcc58eccf3ee8eb9bca5f2fe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)