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 | 1110011010111010100111010111110101110110111001101011101010011101011111010111011001000010 | e6ba9d7d76e6ba9d7d7642 |
EUC-JP | 貅掵v貅掵vB | 1110110010111100110110011101111001110110111011001011110011011001110111100111011001000010 | ecbcd9de76ecbcd9de7642 |
UTF-8 | 貅掵v貅掵vB | 111010001011001010000101111001101000111010110101011101101110100010110010100001011110011010001110101101010111011001000010 | e8b285e68eb576e8b285e68eb57642 |
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)