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 | ?g?節?? | 0011111110000010100001110011111110010000110111110011111100111111 | 3f82873f90df3f3f |
EUC-JP | ?g?節?? | 0011111110100011111001110011111111000000111000010011111100111111 | 3fa3e73fc0e13f3f |
UTF-8 | 遼g슘節곩꺅 | 111011111010011110000011111011111011110110000111111011001000101010011000111001111010111110000000111010101011001110101001111010101011101010000101 | efa783efbd87ec8a98e7af80eab3a9eaba85 |
UHC | 遼g슘節곩꺅 | 111010011010110010100011111001111011110110110111111011111011110110000001111001011011001010100110 | e9aca3e7bdb7efbd81e5b2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)