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 | ???BB | 0011111100111111001111110100001001000010 | 3f3f3f4242 |
SJIS-WIN | 獨猩爼BB | 1110000011010101111000001100110111100000101010100100001001000010 | e0d5e0cde0aa4242 |
EUC-JP | 獨猩爼BB | 1110000011010111111000001100111111100000101011000100001001000010 | e0d7e0cfe0ac4242 |
UTF-8 | 獨猩爼BB | 1110011110001101101010001110011110001100101010011110011110001000101111000100001001000010 | e78da8e78ca9e788bc4242 |
UHC | 獨猩?BB | 11010100101111001110000011111010001111110100001001000010 | d4bce0fa3f4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)