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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葮ェ鋏゙ | 111001001101100110101010111001111111010111011110 | e4d9aae7f5de |
EUC-JP | 葮ェ鋏゙ | 1110100011011011100011101010101011101110111101111000111011011110 | e8db8eaaeef78ede |
UTF-8 | 葮ェ鋏゙ | 111010001001000110101110111011111011110110101010111010011000101110001111111011111011111010011110 | e891aeefbdaae98b8fefbe9e |
UHC | ??鋏? | 0011111100111111111110101111100100111111 | 3f3ffaf93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)