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 | 榮??艅?? | 110111001100011000111111001111111000111111010110111111010011111100111111 | dcc63f3f8fd6fd3f3f |
UTF-8 | 榮녺윯艅덄궎 | 111001101010011010101110111010111000010110111010111011001001110010101111111010001000100110000101111010111000110110000100111010101011011010001110 | e6a6aeeb85baec9cafe88985eb8d84eab68e |
UHC | 榮녺윯艅덄궎 | 111001111011010010000110111001111001111110101110111001101010100110001000111001111000001010100100 | e7b486e79faee6a988e782a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)