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 | ??倚?謫? | 0011111100111111100110001101111100111111111001101001001100111111 | 3f3f98df3fe6933f |
EUC-JP | 翟?倚?謫? | 10001111110101011011110000111111110100001110000100111111111010111111001100111111 | 8fd5bc3fd0e13febf33f |
UTF-8 | 翟렟倚렣謫렪 | 111001111011111110011111111010111010000010011111111001011000000010011010111010111010000010100011111010001010110010101011111010111010000010101010 | e7bf9feba09fe5809aeba0a3e8acabeba0aa |
UHC | 翟렟倚렣謫렪 | 111011101110000110001110101100001110101111101111100011101011010011101110111000111000111010111000 | eee18eb0ebef8eb4eee38eb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)