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 | 諢郁シ戊推 | 111001101000010010001000111010001011110010010101111010001001000010000100 | e68488e8bc95e89084 |
EUC-JP | 諢郁シ戊推 | 11101011111001001011000011101010100011101011110011001010111010101011111111100100 | ebe4b0ea8ebccaeabfe4 |
UTF-8 | 諢郁シ戊推 | 111010001010101110100010111010011000001110000001111011111011110110111100111001101000100010001010111001101000111010101000 | e8aba2e98381efbdbce6888ae68ea8 |
UHC | ?郁?戊推 | 0011111111101001111101000011111111011001111001101111010111001111 | 3fe9f43fd9e6f5cf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)