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 | 逵ー逵ー^ | 111001111001110010000001010110111110011110011100100000010101101101011110 | e79c815be79c815b5e |
EUC-JP | 逵ー逵ー^ | 111011011111110010100001101111001110110111111100101000011011110001011110 | edfca1bcedfca1bc5e |
UTF-8 | 逵ー逵ー^ | 11101001100000001011010111100011100000111011110011101001100000001011010111100011100000111011110001011110 | e980b5e383bce980b5e383bc5e |
UHC | 逵?逵?^ | 11010000101100000011111111010000101100000011111101011110 | d0b03fd0b03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)