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 | 100100111011000001111101011101101001001110110000011111010111011001000010 | 93b07d7693b07d7642 |
SJIS-WIN | ?°}v?°}vB | 0011111110000001100010110111110101110110001111111000000110001011011111010111011001000010 | 3f818b7d763f818b7d7642 |
EUC-JP | ?°}v?°}vB | 0011111110100001111010110111110101110110001111111010000111101011011111010111011001000010 | 3fa1eb7d763fa1eb7d7642 |
UTF-8 | °}v°}vB | 11000010100100111100001010110000011111010111011011000010100100111100001010110000011111010111011001000010 | c293c2b07d76c293c2b07d7642 |
UHC | ?°}v?°}vB | 0011111110100001110001100111110101110110001111111010000111000110011111010111011001000010 | 3fa1c67d763fa1c67d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)