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 | 雅?∥媛?? | 100010011110101100111111100000010110000110010101010100010011111100111111 | 89eb3f816195513f3f |
EUC-JP | 雅?‖媛?? | 101100101110110100111111101000011100001011001001101100100011111100111111 | b2ed3fa1c2c9b23f3f |
UTF-8 | 雅덈∥媛딉쭬 | 111010011001101110000101111010111000110110001000111000101000100010100101111001011010101010011011111010111001010010001001111011001010110110101100 | e99b85eb8d88e288a5e5aa9beb9489ecadac |
UHC | 雅덈∥媛딉쭬 | 111001001011101010001000111010111010000110101011111010101011000010001010111011111010011110100000 | e4ba88eba1abeab08aefa7a0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)