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 | 遐ヲ遐ヲ | 111001111010000010100110111001111010000010100110 | e7a0a6e7a0a6 |
EUC-JP | 遐ヲ遐ヲ | 1110111010100010100011101010011011101110101000101000111010100110 | eea28ea6eea28ea6 |
UTF-8 | 遐ヲ遐ヲ | 111010011000000110010000111011111011110110100110111010011000000110010000111011111011110110100110 | e98190efbda6e98190efbda6 |
UHC | 遐?遐? | 111110011100011000111111111110011100011000111111 | f9c63ff9c63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)