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 | 全?郵?釣? | 100100010101001100111111100101110101100000111111100100101101111000111111 | 91533f97583f92de3f |
EUC-JP | 全?郵?釣? | 110000011011010000111111110011011011100100111111110001001110000000111111 | c1b43fcdb93fc4e03f |
UTF-8 | 全렣郵렮釣덴 | 111001011000010110101000111010111010000010100011111010011000001110110101111010111010000010101110111010011000011110100011111010111000110110110100 | e585a8eba0a3e983b5eba0aee987a3eb8db4 |
UHC | 全렣郵렮釣덴 | 111011101110111110001110101101001110100111101000100011101011101111110000111001011011010110100111 | eeef8eb4e9e88ebbf0e5b5a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)