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 | 閨滄。城ゥェ | 111010001000000110011111111010011010000110001111111010011010100110101010 | e8819fe9a18fe9a9aa |
EUC-JP | 閨滄。城ゥェ | 111011111110000111011110111010111000111010100001101111101110101110001110101010011000111010101010 | efe1deeb8ea1beeb8ea98eaa |
UTF-8 | 閨滄。城ゥェ | 111010011001011010101000111001101011101110000100111011111011110110100001111001011001111110001110111011111011110110101001111011111011110110101010 | e996a8e6bb84efbda1e59f8eefbda9efbdaa |
UHC | 閨滄?城?? | 110100001011000111110011111001110011111111100000111100100011111100111111 | d0b1f3e73fe0f23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)