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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | レ釟蹌 | 110110101111011010101000111001111101101011110110101010001110011101000010 | daf6a8e7daf6a8e742 |
EUC-JP | レ?釟?蹌 | 1000111011011010001111111110111011011100001111111110110110100011 | 8eda3feedc3feda3 |
UTF-8 | レ釟蹌 | 111011111011111010011010111011101001001110001111111010011000011110011111111011101001001110001111111010001011100110001100 | efbe9aee938fe9879fee938fe8b98c |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)