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 | ???~ | 00111111001111110011111101111110 | 3f3f3f7e |
SJIS-WIN | 莨域梢~ | 11100100101111001000100011100110100011111011110101111110 | e4bc88e68fbd7e |
EUC-JP | 莨域梢~ | 11101000101111101011000011101000101111101011111101111110 | e8beb0e8bebf7e |
UTF-8 | 莨域梢~ | 11101000100011101010100011100101100111111001111111100110101000101010001001111110 | e88ea8e59f9fe6a2a27e |
UHC | ?域梢~ | 001111111110011010110100111101001111111001111110 | 3fe6b4f4fe7e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)