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 | ??イ?悳ケ | 001111110011111110000011010000110011111110011100011110111000001101010000 | 3f3f83433f9c7b8350 |
EUC-JP | ??イ?悳ケ | 001111110011111110100101101001000011111111010111110111001010010110110001 | 3f3fa5a43fd7dca5b1 |
UTF-8 | 룶혧イ룵悳ケ | 111010111010001110110110111011011001100010100111111000111000001010100100111010111010001110110101111001101000001010110011111000111000001010110001 | eba3b6ed98a7e382a4eba3b5e682b3e382b1 |
UHC | 룶혧イ룵悳ケ | 100011111010101111000010100011111010101110100100100011111010101011010011111011011010101110110001 | 8fabc28faba48faad3edabb1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)