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 | ケノ | 111100101010001110111001110010011111001010100011 | f2a3b9c9f2a3 |
EUC-JP | ?ケノ? | 001111111000111010111001100011101100100100111111 | 3f8eb98ec93f |
UTF-8 | ケノ | 111011101000011110011010111011111011110110111001111011111011111010001001111011101000011110011010 | ee879aefbdb9efbe89ee879a |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)