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 | ???絶?? | 00111111001111110011111110010000111000100011111100111111 | 3f3f3f90e23f3f |
EUC-JP | ???絶?? | 00111111001111110011111111000000111001000011111100111111 | 3f3f3fc0e43f3f |
UTF-8 | 列뽳숯絶랂겢 | 111011111010011010011100111010111011110110110011111011001000100010101111111001111011010110110110111010111001111010000010111010101011001010100010 | efa69cebbdb3ec88afe7b5b6eb9e82eab2a2 |
UHC | 列뽳숯絶랂겢 | 111001101110101010010110111011111011110110100001111011111011111010001101111011101000000110110100 | e6ea96efbda1efbe8dee81b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)