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 | 彗??壯ょ | 1001110001100001001111110011111110011010111000011000001011100101 | 9c613f3f9ae182e5 |
EUC-JP | 彗??壯ょ | 1101011111000010001111110011111111010100111000111010010011100111 | d7c23f3fd4e3a4e7 |
UTF-8 | 彗뤹컩壯ょ | 111001011011110110010111111010111010010010111001111011001011101110101001111001011010001110101111111000111000001010000111 | e5bd97eba4b9ecbba9e5a3afe38287 |
UHC | 彗뤹컩壯ょ | 11111011101100101000111111100111101100001001000111101101111000001010101011100111 | fbb28fe7b091ede0aae7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)