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 | 曖???? | 100111100100001000111111001111110011111100111111 | 9e423f3f3f3f |
EUC-JP | 曖???? | 110110111010001100111111001111110011111100111111 | dba33f3f3f3f |
UTF-8 | 曖뎸궊嶪뚪 | 111001101001101110010110111010111000111010111000111010101011011010001010111001011011011010101010111010111001101010101010 | e69b96eb8eb8eab68ae5b6aaeb9aaa |
UHC | 曖뎸궊嶪뚪 | 11100100111100101000100110001011100000101010000111100101111101011000110011101001 | e4f2898b82a1e5f58ce9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)