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 | 歪????? | 10011000011000110011111100111111001111110011111100111111 | 98633f3f3f3f3f |
EUC-JP | 歪??璵?? | 110011111100010000111111001111111000111111001100111001100011111100111111 | cfc43f3f8fcce63f3f |
UTF-8 | 歪귛넇璵붹뎐 | 111001101010110110101010111010101011011110011011111010111000010010000111111001111001001010110101111010111011011010111001111010111000111010010000 | e6adaaeab79beb8487e792b5ebb6b9eb8e90 |
UHC | 歪귛넇璵붹뎐 | 111010001110000010000010111001011000011010010111111001101010010110010100111001101011010110101111 | e8e082e58697e6a594e6b5af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)