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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 蝨??\ | 1110010110011100001111110011111101011100 | e59c3f3f5c |
EUC-JP | 蝨??\ | 1110100111111100001111110011111101011100 | e9fc3f3f5c |
UTF-8 | 蝨덊뢈\ | 11101000100111011010100011101011100011011000101011101011101000101000100001011100 | e89da8eb8d8aeba2885c |
UHC | 蝨덊뢈\ | 11100011101001001000100011101101100011110100010001011100 | e3a488ed8f445c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)