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 | 堯??純?? | 1110101010011111001111110011111110001111100000110011111100111111 | ea9f3f3f8f833f3f |
EUC-JP | 堯??純?? | 1111010010100001001111110011111110111101111000110011111100111111 | f4a13f3fbde33f3f |
UTF-8 | 堯덀끇純뤻뜄 | 111001011010000010101111111010111000110110000000111010111000000110000111111001111011010010010100111010111010010010111011111010111001110010000100 | e5a0afeb8d80eb8187e7b494eba4bbeb9c84 |
UHC | 堯덀끇純뤻뜄 | 111010001110101110001000111000111000010110111011111000101110110110001111111010011000110110001000 | e8eb88e385bbe2ed8fe98d88 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)