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 | 辟瑚攤 | 111001111000010010001100111010001001110110111000 | e7848ce89db8 |
EUC-JP | 辟瑚攤 | 111011011110010010111000111010101101101010111010 | ede4b8eadaba |
UTF-8 | 辟瑚攤 | 111010001011111010011111111001111001000110011010111001101001010010100100 | e8be9fe7919ae694a4 |
UHC | ?瑚? | 00111111111110111101000100111111 | 3ffbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)