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 | 遮羮遮羮^ | 100011101101010111100011101111001000111011010101111000111011110001011110 | 8ed5e3bc8ed5e3bc5e |
EUC-JP | 遮羮遮羮^ | 101111001101011111100110101111101011110011010111111001101011111001011110 | bcd7e6bebcd7e6be5e |
UTF-8 | 遮羮遮羮^ | 11101001100000011010111011100111101111101010111011101001100000011010111011100111101111101010111001011110 | e981aee7beaee981aee7beae5e |
UHC | 遮?遮?^ | 11110011101101000011111111110011101101000011111101011110 | f3b43ff3b43f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)