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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 彗??壯ょ? | 100111000110000100111111001111111001101011100001100000101110010100111111 | 9c613f3f9ae182e53f |
EUC-JP | 彗??壯ょ? | 110101111100001000111111001111111101010011100011101001001110011100111111 | d7c23f3fd4e3a4e73f |
UTF-8 | 彗뤹컩壯ょ컮 | 111001011011110110010111111010111010010010111001111011001011101110101001111001011010001110101111111000111000001010000111111011001011101110101110 | e5bd97eba4b9ecbba9e5a3afe38287ecbbae |
UHC | 彗뤹컩壯ょ컮 | 111110111011001010001111111001111011000010010001111011011110000010101010111001111011000010010100 | fbb28fe7b091ede0aae7b094 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)