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 | 遙゙霑 | 1110101010100001110111101110100010111111 | eaa1dee8bf |
EUC-JP | 遙゙霑 | 111101001010001110001110110111101111000011000001 | f4a38edef0c1 |
UTF-8 | 遙゙霑 | 111010011000000110011001111011111011111010011110111010011001110010010001 | e98199efbe9ee99c91 |
UHC | 遙?霑 | 1110100110101011001111111110111111000101 | e9ab3fefc5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)