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 | 哩鯔獨目 | 1001011010001001111010011100100111100000110101011001011011011010 | 9689e9c9e0d596da |
EUC-JP | 哩鯔獨目 | 1100101111101001111100101100101111100000110101111100110011011100 | cbe9f2cbe0d7ccdc |
UTF-8 | 哩鯔獨目 | 111001011001001110101001111010011010111110010100111001111000110110101000111001111001101110101110 | e593a9e9af94e78da8e79bae |
UHC | ??獨目 | 001111110011111111010100101111001101100111001101 | 3f3fd4bcd9cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)