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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 榮??? | 1001111011000100001111110011111100111111 | 9ec43f3f3f |
EUC-JP | 榮??獐 | 11011100110001100011111100111111100011111100101110111010 | dcc63f3f8fcbba |
UTF-8 | 榮녽돵獐 | 111001101010011010101110111010111000010110111101111010111000111110110101111001111000110110010000 | e6a6aeeb85bdeb8fb5e78d90 |
UHC | 榮녽돵獐 | 1110011110110100100001101110100110001001101110001110110111101111 | e7b486e989b8edef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)