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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 爻獏牴釈煮^ | 1110000010101001111000001101000111100000101100001000111011011111100011101100111101011110 | e0a9e0d1e0b08edf8ecf5e |
EUC-JP | 爻獏牴釈煮^ | 1110000010101011111000001101001111100000101100101011110011100001101111001101000101011110 | e0abe0d3e0b2bce1bcd15e |
UTF-8 | 爻獏牴釈煮^ | 11100111100010001011101111100111100011011000111111100111100010011011010011101001100001111000100011100111100001011010111001011110 | e788bbe78d8fe789b4e98788e785ae5e |
UHC | 爻???煮^ | 1111110110100001001111110011111100111111111011011011010001011110 | fda13f3f3fedb45e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)