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 | ユ罎ョ。ゥ | 110101011110001110100010101011101010000110101001 | d5e3a2aea1a9 |
EUC-JP | ユ罎ョ。ゥ | 10001110110101011110011010100100100011101010111010001110101000011000111010101001 | 8ed5e6a48eae8ea18ea9 |
UTF-8 | ユ罎ョ。ゥ | 111011111011111010010101111001111011110110001110111011111011110110101110111011111011110110100001111011111011110110101001 | efbe95e7bd8eefbdaeefbda1efbda9 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)