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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 걂걄걂겂갌걻 | 111010101011000110000010111010101011000110000100111010101011000110000010111010101011001010000010111010101011000010001100111010101011000110111011 | eab182eab184eab182eab282eab08ceab1bb |
UHC | 걂걄걂겂갌걻 | 100000010110101010000001011011001000000101101010100000011010001110000001010001101000000110011110 | 816a816c816a81a38146819e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)