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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ヘ獺礼ヘ獺硺^ | 1100110111100000110110101111101101111101110011011110000011011010111110110111101101011110 | cde0dafb7dcde0dafb7b5e |
EUC-JP | ヘ獺?ヘ獺硺^ | 10001110110011011110000011011100001111111000111011001101111000001101110010001111110011111110110101011110 | 8ecde0dc3f8ecde0dc8fcfed5e |
UTF-8 | ヘ獺礼ヘ獺硺^ | 11101111101111101000110111100111100011011011101011101111101010001001100011101111101111101000110111100111100011011011101011100111101000011011101001011110 | efbe8de78dbaefa898efbe8de78dbae7a1ba5e |
UHC | ?獺??獺?^ | 001111111101001110110111001111110011111111010011101101110011111101011110 | 3fd3b73f3fd3b73f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)