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 | 荳企蘭顫 | 1110010010111000100010101110100110010111100101101110100011111010 | e4b88ae99796e8fa |
EUC-JP | 荳企蘭顫 | 1110100010111010101101001110101111001101111101101111000011111100 | e8bab4ebcdf6f0fc |
UTF-8 | 荳企蘭顫 | 111010001000110110110011111001001011110010000001111010001001100010101101111010011010000110101011 | e88db3e4bc81e898ade9a1ab |
UHC | 荳企蘭顫 | 1101010011100101110100001110101011010101101101011110111110110101 | d4e5d0ead5b5efb5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)