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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 載詐? | 1000110111011010100011011011110000111111 | 8dda8dbc3f |
EUC-JP | 載詐? | 1011101011011100101110101011111000111111 | badcbabe3f |
UTF-8 | 載詐렱 | 111010001011110010001001111010001010100110010000111010111010000010110001 | e8bc89e8a990eba0b1 |
UHC | 載詐렱 | 111011101011000011011110111100011000111010111110 | eeb0def18ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)