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 | 鈊磁醤 | 111110111100001110001110101001011000111111011101 | fbc38ea58fdd |
EUC-JP | 鈊磁醤 | 10001111111000111011111110111100101001111011111011011111 | 8fe3bfbca7bedf |
UTF-8 | 鈊磁醤 | 111010011000100010001010111001111010001110000001111010011000011010100100 | e9888ae7a381e986a4 |
UHC | ?磁? | 00111111111011011011100000111111 | 3fedb83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)