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 | 跣懍猿 | 111001101110111110011100111011001000100110001110 | e6ef9cec898e |
EUC-JP | 跣懍猿 | 111011001111000111011000111011101011000111101110 | ecf1d8eeb1ee |
UTF-8 | 跣懍猿 | 111010001011011110100011111001101000011110001101111001111000110010111111 | e8b7a3e6878de78cbf |
UHC | 跣?猿 | 1110000011010011001111111110101010111011 | e0d33feabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)