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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 檍??二? | 10011110111110000011111100111111100100111111000100111111 | 9ef83f3f93f13f |
EUC-JP | 檍??二? | 11011100111110100011111100111111110001101111001100111111 | dcfa3f3fc6f33f |
UTF-8 | 檍용베二틼 | 111001101010101010001101111011001001101010101001111010111011001010100000111001001011101010001100111011011000101110111100 | e6aa8dec9aa9ebb2a0e4ba8ced8bbc |
UHC | 檍용베二틼 | 11100101111001011011111111101011101110101010001111101100101000111011101101000010 | e5e5bfebbaa3eca3bb42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)