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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | 逅。h逅。 | 11100111100100001010000101101000111001111001000010100001 | e790a168e790a1 |
EUC-JP | 逅。h逅。 | 111011011111000010001110101000010110100011101101111100001000111010100001 | edf08ea168edf08ea1 |
UTF-8 | 逅。h逅。 | 11101001100000001000010111101111101111011010000101101000111010011000000010000101111011111011110110100001 | e98085efbda168e98085efbda1 |
UHC | 逅?h逅? | 11111101101100010011111101101000111111011011000100111111 | fdb13f68fdb13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)