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 | 壓??日?? | 1001101011011000001111110011111110010011111110100011111100111111 | 9ad83f3f93fa3f3f |
EUC-JP | 壓??日?? | 1101010011011010001111110011111111000110111111000011111100111111 | d4da3f3fc6fc3f3f |
UTF-8 | 壓꾨뛿日듿맽 | 111001011010001110010011111010101011111010101000111010111001101110111111111001101001011110100101111010111001001110111111111010111010011110111101 | e5a393eabea8eb9bbfe697a5eb93bfeba7bd |
UHC | 壓꾨뛿日듿맽 | 111001001110001010000100111010111000110110000101111011001110110110001010111001011001000010111110 | e4e284eb8d85eced8ae590be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)