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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | ? ?ァ?B | 0011111110000001010000000011111110000011010000000011111101000010 | 3f81403f83403f42 |
EUC-JP | ? ?ァ?B | 0011111110100001101000010011111110100101101000010011111101000010 | 3fa1a13fa5a13f42 |
UTF-8 | 룶 춳ァ∼B | 11101011101000111011011011100011100000001000000011101100101101101011001111100011100000101010000111100010100010001011110001000010 | eba3b6e38080ecb6b3e382a1e288bc42 |
UHC | 룶 춳ァ∼B | 1000111110101011101000011010000110101101100011111010101110100001101000011010110101000010 | 8faba1a1ad8faba1a1ad42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)