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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 娃????? | 10001000101000010011111100111111001111110011111100111111 | 88a13f3f3f3f3f |
EUC-JP | 娃????? | 10110000101000110011111100111111001111110011111100111111 | b0a33f3f3f3f3f |
UTF-8 | 娃좂쉸溜묐젷 | 111001011010100010000011111011001010001010000010111011001000100110111000111011111010011110001011111010111010110010010000111011001010000010110111 | e5a883eca282ec89b8efa78bebac90eca0b7 |
UHC | 娃좂쉸溜묐젷 | 111010001101111110100000111001111001101010001110111010101111111010010001111010111010000010101011 | e8dfa0e79a8eeafe91eba0ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)