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 | 100101110100101100111111011101101001011101001011001111110111011001000010 | 974b3f76974b3f7642 |
EUC-JP | 揖?v揖?vB | 110011011010110000111111011101101100110110101100001111110111011001000010 | cdac3f76cdac3f7642 |
UTF-8 | 揖룁v揖룁vB | 111001101000111110010110111010111010001110000001011101101110011010001111100101101110101110100011100000010111011001000010 | e68f96eba38176e68f96eba3817642 |
UHC | 揖룁v揖룁vB | 1110101111100111101101111101111001110110111010111110011110110111110111100111011001000010 | ebe7b7de76ebe7b7de7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)