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 | 迂????? | 10001001010010010011111100111111001111110011111100111111 | 89493f3f3f3f3f |
EUC-JP | 迂????? | 10110001101010100011111100111111001111110011111100111111 | b1aa3f3f3f3f3f |
UTF-8 | 迂펠렣흙렭렯 | 111010001011111110000010111011011000111010100000111010111010000010100011111011011001110110011001111010111010000010101101111010111010000010101111 | e8bf82ed8ea0eba0a3ed9d99eba0adeba0af |
UHC | 迂펠렣흙렭렯 | 111010011110011011000110111001111000111010110100110010001110101110001110101110101000111010111100 | e9e6c6e78eb4c8eb8eba8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)