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 | 驍ゆシ | 1110100110000010100000101110010010111100 | e98282e4bc |
EUC-JP | 驍ゆシ | 111100011110001010100100111001101000111010111100 | f1e2a4e68ebc |
UTF-8 | 驍ゆシ | 111010011010100110001101111000111000001010000110111011111011110110111100 | e9a98de38286efbdbc |
UHC | 驍ゆ? | 1111110110100100101010101110011000111111 | fda4aae63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)