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 | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
SJIS-WIN | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
EUC-JP | ??nD??nD^ | 001111110011111101101110010001000011111100111111011011100100010001011110 | 3f3f6e443f3f6e445e |
UTF-8 | 횙짙nD횙짙nD^ | 1110110110011010100110011110110010100111100110010110111001000100111011011001101010011001111011001010011110011001011011100100010001011110 | ed9a99eca7996e44ed9a99eca7996e445e |
UHC | 횙짙nD횙짙nD^ | 11000011100100111100001010100011011011100100010011000011100100111100001010100011011011100100010001011110 | c393c2a36e44c393c2a36e445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)