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 | 1110011010110111100111100111110101110110111001101011011110011110011111010111011001000010 | e6b79e7d76e6b79e7d7642 |
EUC-JP | 豺栲v豺栲vB | 1110110010111001110110111101111001110110111011001011100111011011110111100111011001000010 | ecb9dbde76ecb9dbde7642 |
UTF-8 | 豺栲v豺栲vB | 111010001011000110111010111001101010000010110010011101101110100010110001101110101110011010100000101100100111011001000010 | e8b1bae6a0b276e8b1bae6a0b27642 |
UHC | 豺?v豺?vB | 111000111100111100111111011101101110001111001111001111110111011001000010 | e3cf3f76e3cf3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)