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 | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-WIN | ?嗽v?嗽vB | 001111111001101001110101011101100011111110011010011101010111011001000010 | 3f9a75763f9a757642 |
EUC-JP | ?嗽v?嗽vB | 001111111101001111010110011101100011111111010011110101100111011001000010 | 3fd3d6763fd3d67642 |
UTF-8 | 年嗽v年嗽vB | 111011111010011010001110111001011001011110111101011101101110111110100110100011101110010110010111101111010111011001000010 | efa68ee597bd76efa68ee597bd7642 |
UHC | 年嗽v年嗽vB | 1110011011000100111000011111010101110110111001101100010011100001111101010111011001000010 | e6c4e1f576e6c4e1f57642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)