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 | 耋リレ耋ロテ^ | 111000111100110111011000110110101110001111001101110110111100001101011110 | e3cdd8dae3cddbc35e |
EUC-JP | 耋リレ耋ロテ^ | 11100110110011111000111011011000100011101101101011100110110011111000111011011011100011101100001101011110 | e6cf8ed88edae6cf8edb8ec35e |
UTF-8 | 耋リレ耋ロテ^ | 11101000100000001000101111101111101111101001100011101111101111101001101011101000100000001000101111101111101111101001101111101111101111101000001101011110 | e8808befbe98efbe9ae8808befbe9befbe835e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)