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 | 榮????? | 10011110110001000011111100111111001111110011111100111111 | 9ec43f3f3f3f3f |
EUC-JP | 榮????? | 11011100110001100011111100111111001111110011111100111111 | dcc63f3f3f3f3f |
UTF-8 | 榮숇젳琉덅댌 | 111001101010011010101110111011001000100010000111111011001010000010110011111011111010011110001100111010111000110110000101111010111000110010001100 | e6a6aeec8887eca0b3efa78ceb8d85eb8c8c |
UHC | 榮숇젳琉덅댌 | 111001111011010010011001111010111010000010100111111010111010010010001000111010001000100010110101 | e7b499eba0a7eba488e888b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)