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 | 鳶??鉛?鳶 | 100100111100111000111111001111111000100110010100001111111001001111001110 | 93ce3f3f89943f93ce |
EUC-JP | 鳶??鉛?鳶 | 110001101101000000111111001111111011000111110100001111111100011011010000 | c6d03f3fb1f43fc6d0 |
UTF-8 | 鳶껆뒃鉛퐸鳶 | 111010011011001110110110111010101011101110000110111010111001001010000011111010011000100110011011111011011001000010111000111010011011001110110110 | e9b3b6eabb86eb9283e9899bed90b8e9b3b6 |
UHC | 鳶껆뒃鉛퐸鳶 | 111001101110100110000011111001111000101010000001111001101110011110111110010000011110011011101001 | e6e983e78a81e6e7be41e6e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)