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 | 彗????餘 | 1001110001100001001111110011111100111111001111111110100101010000 | 9c613f3f3f3fe950 |
EUC-JP | 彗????餘 | 1101011111000010001111110011111100111111001111111111000110110001 | d7c23f3f3f3ff1b1 |
UTF-8 | 彗뤹웻怜묉餘 | 111001011011110110010111111010111010010010111001111011001001101110111011111011111010011010101100111010111010110010001001111010011010010010011000 | e5bd97eba4b9ec9bbbefa6acebac89e9a498 |
UHC | 彗뤹웻怜묉餘 | 111110111011001010001111111001111001111110000111111001111011000010010001111001101110011010101110 | fbb28fe79f87e7b091e6e6ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)