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 | 倚??倚 | 100110001101111100111111001111111001100011011111 | 98df3f3f98df |
EUC-JP | 倚??倚 | 110100001110000100111111001111111101000011100001 | d0e13f3fd0e1 |
UTF-8 | 倚밸죭倚 | 111001011000000010011010111010111011000010111000111011001010001110101101111001011000000010011010 | e5809aebb0b8eca3ade5809a |
UHC | 倚밸죭倚 | 1110101111101111101110011110101110100001100010001110101111101111 | ebefb9eba188ebef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)