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 | 屍?l | 1000111001110010001111111000001010001100 | 8e723f828c |
EUC-JP | 屍?l | 1011101111010011001111111010001111101100 | bbd33fa3ec |
UTF-8 | 屍봉l | 111001011011000110001101111010111011010010001001111011111011110110001100 | e5b18debb489efbd8c |
UHC | 屍봉l | 111000111011101110111010110000001010001111101100 | e3bbbac0a3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)