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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?趙田 | 0011111111100110111000101001001101100011 | 3fe6e29363 |
EUC-JP | ?趙田 | 0011111111101100111001001100010111000100 | 3fece4c5c4 |
UTF-8 | 롛趙田 | 111010111010000110011011111010001011011010011001111001111001010010110000 | eba19be8b699e794b0 |
UHC | 롛趙田 | 100011101101111111110000111000011110111110100011 | 8edff0e1efa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)