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 | ???W? | 0011111100111111001111110101011100111111 | 3f3f3f573f |
SJIS-WIN | ?泥?W? | 001111111001001101000100001111110101011100111111 | 3f93443f573f |
EUC-JP | ?泥?W? | 001111111100010110100101001111110101011100111111 | 3fc5a53f573f |
UTF-8 | 룶泥푸W룶 | 11101011101000111011011011100110101100111010010111101101100100011011100001010111111010111010001110110110 | eba3b6e6b3a5ed91b857eba3b6 |
UHC | 룶泥푸W룶 | 100011111010101111010010111110101100011110101010010101111000111110101011 | 8fabd2fac7aa578fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)