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 | 101000011111000001111101011101101010000111110000011111010111011001000010 | a1f07d76a1f07d7642 |
EUC-JP | 。?v。?vB | 100011101010000100111111011101101000111010100001001111110111011001000010 | 8ea13f768ea13f7642 |
UTF-8 | 。v。vB | 111011111011110110100001111011101000000010111101011101101110111110111101101000011110111010000000101111010111011001000010 | efbda1ee80bd76efbda1ee80bd7642 |
UHC | ??v??vB | 00111111001111110111011000111111001111110111011001000010 | 3f3f763f3f7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)