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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 鮑凩鮑几^ | 111010011011100010011001011111011110100110111000100110010111101101011110 | e9b8997de9b8997b5e |
EUC-JP | 鮑凩鮑几^ | 111100101011101011010001110111101111001010111010110100011101110001011110 | f2bad1def2bad1dc5e |
UTF-8 | 鮑凩鮑几^ | 11101001101011101001000111100101100001111010100111101001101011101001000111100101100001111010000001011110 | e9ae91e587a9e9ae91e587a05e |
UHC | 鮑?鮑?^ | 11111000111010100011111111111000111010100011111101011110 | f8ea3ff8ea3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)