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