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 | リレロテ^ | 111101001111011011011000110110101111010011110110110110111100001101011110 | f4f6d8daf4f6dbc35e |
EUC-JP | ?リレ?ロテ^ | 0011111110001110110110001000111011011010001111111000111011011011100011101100001101011110 | 3f8ed88eda3f8edb8ec35e |
UTF-8 | リレロテ^ | 11101110100011101010010111101111101111101001100011101111101111101001101011101110100011101010010111101111101111101001101111101111101111101000001101011110 | ee8ea5efbe98efbe9aee8ea5efbe9befbe835e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)