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 | 榮??唯?? | 1001111011000100001111110011111110010111010000100011111100111111 | 9ec43f3f97423f3f |
EUC-JP | 榮??唯?? | 1101110011000110001111110011111111001101101000110011111100111111 | dcc63f3fcda33f3f |
UTF-8 | 榮꾨뱾唯덄큵 | 111001101010011010101110111010101011111010101000111010111011000110111110111001011001010010101111111010111000110110000100111011011000000110110101 | e6a6aeeabea8ebb1bee594afeb8d84ed81b5 |
UHC | 榮꾨뱾唯덄큵 | 111001111011010010000100111010111001001110100100111010101110011010001000111001111011010010000100 | e7b484eb93a4eae688e7b484 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)