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 | 屍?m | 1000111001110010001111111000001010001101 | 8e723f828d |
EUC-JP | 屍?m | 1011101111010011001111111010001111101101 | bbd33fa3ed |
UTF-8 | 屍뢨m | 111001011011000110001101111010111010001010101000111011111011110110001101 | e5b18deba2a8efbd8d |
UHC | 屍뢨m | 111000111011101110110111110110011010001111101101 | e3bbb7d9a3ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)