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 | 100011011110000000111111011101101000110111100000001111110111011001000010 | 8de03f768de03f7642 |
EUC-JP | 財?v財?vB | 101110101110001000111111011101101011101011100010001111110111011001000010 | bae23f76bae23f7642 |
UTF-8 | 財룁v財룁vB | 111010001011001010100001111010111010001110000001011101101110100010110010101000011110101110100011100000010111011001000010 | e8b2a1eba38176e8b2a1eba3817642 |
UHC | 財룁v財룁vB | 1110111010101111101101111101111001110110111011101010111110110111110111100111011001000010 | eeafb7de76eeafb7de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)