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 | ??Bu??O | 00111111001111110100001001110101001111110011111101001111 | 3f3f42753f3f4f |
SJIS-WIN | 嶸ウBu嶸ーO | 111110101011010010110011010000100111010111111010101101001011000001001111 | fab4b34275fab4b04f |
EUC-JP | 嶸ウBu嶸ーO | 10001111101110111111010010001110101100110100001001110101100011111011101111110100100011101011000001001111 | 8fbbf48eb342758fbbf48eb04f |
UTF-8 | 嶸ウBu嶸ーO | 111001011011011010111000111011111011110110110011010000100111010111100101101101101011100011101111101111011011000001001111 | e5b6b8efbdb34275e5b6b8efbdb04f |
UHC | 嶸?Bu嶸?O | 111001111010111000111111010000100111010111100111101011100011111101001111 | e7ae3f4275e7ae3f4f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)