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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 鋗辞遙シ齊・ | 11111011110100001000111010101011111010101010000110111100111010101000111010100101 | fbd08eabeaa1bcea8ea5 |
EUC-JP | 鋗辞遙シ齊・ | 10001111111001001100000110111100101011011111010010100011100011101011110011110011111011101000111010100101 | 8fe4c1bcadf4a38ebcf3ee8ea5 |
UTF-8 | 鋗辞遙シ齊・ | 111010011000101110010111111010001011111010011110111010011000000110011001111011111011110110111100111010011011110110001010111011111011110110100101 | e98b97e8be9ee98199efbdbce9bd8aefbda5 |
UHC | ??遙?齊? | 0011111100111111111010011010101100111111111100001011101000111111 | 3f3fe9ab3ff0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)