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 | 葮鞜\ | 11100100110110011111011010111010111010001101111101011100 | e4d9f6bae8df5c |
EUC-JP | 葮?鞜\ | 111010001101101100111111111100001110000101011100 | e8db3ff0e15c |
UTF-8 | 葮鞜\ | 11101000100100011010111011101110100100111010000111101001100111101001110001011100 | e891aeee93a1e99e9c5c |
UHC | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)