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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隍よ眠 | 111010001010010010000010111001101001011010110000 | e8a482e696b0 |
EUC-JP | 隍よ眠 | 111100001010011010100100111010001100110010110010 | f0a6a4e8ccb2 |
UTF-8 | 隍よ眠 | 111010011001101010001101111000111000001010001000111001111001110010100000 | e99a8de38288e79ca0 |
UHC | 隍よ眠 | 111111001101101110101010111010001101100011111001 | fcdbaae8d8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)