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 | ????K | 0011111100111111001111110011111101001011 | 3f3f3f3f4b |
SJIS-WIN | 狒用狒盒K | 111000001011111110010111011100001110000010111111111000011011010001001011 | e0bf9770e0bfe1b44b |
EUC-JP | 狒用狒盒K | 111000001100000111001101110100011110000011000001111000101011011001001011 | e0c1cdd1e0c1e2b64b |
UTF-8 | 狒用狒盒K | 11100111100010111001001011100111100101001010100011100111100010111001001011100111100110111001001001001011 | e78b92e794a8e78b92e79b924b |
UHC | ?用?盒K | 00111111111010011100010000111111111110011110110001001011 | 3fe9c43ff9ec4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)