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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?懸?乘 | 001111111000110010011100001111111001100010101001 | 3f8c9c3f98a9 |
EUC-JP | ?懸?乘 | 001111111011011111111100001111111101000010101011 | 3fb7fc3fd0ab |
UTF-8 | 뤻懸퍘乘 | 111010111010010010111011111001101000011110111000111011011000110110011000111001001011100110011000 | eba4bbe687b8ed8d98e4b998 |
UHC | 뤻懸퍘乘 | 1000111111101001111110101101100010111011100011111110001110101011 | 8fe9fad8bb8fe3ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)