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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 逖滕嗇笏ャ | 111001111001100010011111111011001001101010100101111000101001010010101100 | e7989fec9aa5e294ac |
EUC-JP | 逖滕嗇笏ャ | 11101101111110001101111011101110110101001010011111100011111101001000111010101100 | edf8deeed4a7e3f48eac |
UTF-8 | 逖滕嗇笏ャ | 111010011000000010010110111001101011101110010101111001011001011110000111111001111010110010001111111011111011110110101100 | e98096e6bb95e59787e7ac8fefbdac |
UHC | ??嗇笏? | 00111111001111111101111111100000111110111110111000111111 | 3f3fdfe0fbee3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)