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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 廛經?? | 100111000100010011100011010100110011111100111111 | 9c44e3533f3f |
EUC-JP | 廛經?? | 110101111010010111100101101101000011111100111111 | d7a5e5b43f3f |
UTF-8 | 廛經렒렋 | 111001011011101110011011111001111011011010010011111010111010000010010010111010111010000010001011 | e5bb9be7b693eba092eba08b |
UHC | 廛經렒렋 | 1110111011111000110011001110100010001110101001111000111010100010 | eef8cce88ea78ea2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)