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 | 11100011010100001000000110001000100010110100010101001110 | e35081888b454e |
EUC-JP | 絮∴畿N | 11100101101100011010000111101000101101011010011001001110 | e5b1a1e8b5a64e |
UTF-8 | 絮∴畿N | 11100111101101011010111011100010100010001011010011100111100101011011111101001110 | e7b5aee288b4e795bf4e |
UHC | 絮∴畿N | 11011111111111001010000111000101110100011011001001001110 | dffca1c5d1b24e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)