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 | 屍憬? | 1000111001110010100111001101101100111111 | 8e729cdb3f |
EUC-JP | 屍憬? | 1011101111010011110110001101110100111111 | bbd3d8dd3f |
UTF-8 | 屍憬룴 | 111001011011000110001101111001101000011010101100111010111010001110110100 | e5b18de686aceba3b4 |
UHC | 屍憬룴 | 111000111011101111001100110101011000111110101001 | e3bbccd58fa9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)