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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薛器繍蔘 | 1110010101001100100010101110110110001111010010101110010011110011 | e54c8aed8f4ae4f3 |
EUC-JP | 薛器繍蔘 | 1110100110101101101101001110111110111101101010111110100011110101 | e9adb4efbdabe8f5 |
UTF-8 | 薛器繍蔘 | 111010001001011010011011111001011001100110101000111001111011100110001101111010001001010010011000 | e8969be599a8e7b98de89498 |
UHC | 薛器?蔘 | 11100000111000001101000011101111001111111101111110111000 | e0e0d0ef3fdfb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)