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 | ???N | 00111111001111110011111101001110 | 3f3f3f4e |
SJIS-WIN | 絛頑陰N | 11100011010101011000101011100110100010010100000101001110 | e3558ae689414e |
EUC-JP | 絛頑陰N | 11100101101101101011010011101000101100011010001001001110 | e5b6b4e8b1a24e |
UTF-8 | 絛頑陰N | 11100111101101011001101111101001101000001001000111101001100110011011000001001110 | e7b59be9a091e999b04e |
UHC | ?頑陰N | 001111111110100011010111111010111110010001001110 | 3fe8d7ebe44e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)