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 | 篌瑚県 | 111000101011101010001100111010001000110010100111 | e2ba8ce88ca7 |
EUC-JP | 篌瑚県 | 111001001011110010111000111010101011100010101001 | e4bcb8eab8a9 |
UTF-8 | 篌瑚県 | 111001111010111110001100111001111001000110011010111001111001110010001100 | e7af8ce7919ae79c8c |
UHC | ?瑚? | 00111111111110111101000100111111 | 3ffbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)