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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 蔭屯? | 1000100011111100100100111101010000111111 | 88fc93d43f |
EUC-JP | 蔭屯? | 1011000011111110110001101101011000111111 | b0fec6d63f |
UTF-8 | 蔭屯렍 | 111010001001010010101101111001011011000110101111111010111010000010001101 | e894ade5b1afeba08d |
UHC | 蔭屯렍 | 111010111110001111010100111010101000111010100011 | ebe3d4ea8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)