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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 胝鍄マィ | 111000111111000111100111111110111100111110101000 | e3f1e7fbcfa8 |
EUC-JP | 胝鍄マィ | 1110011011110011111011101111110110001110110011111000111010101000 | e6f3eefd8ecf8ea8 |
UTF-8 | 胝鍄マィ | 111010001000001110011101111010011000110110000100111011111011111010001111111011111011110110101000 | e8839de98d84efbe8fefbda8 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)