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 | ???媛?? | 00111111001111110011111110010101010100010011111100111111 | 3f3f3f95513f3f |
EUC-JP | ???媛?? | 00111111001111110011111111001001101100100011111100111111 | 3f3f3fc9b23f3f |
UTF-8 | 烈ㅺ퍏媛꾣찄 | 111011111010011010011111111000111000010110111010111011011000110110001111111001011010101010011011111010101011111010100011111011001011000010000100 | efa69fe385baed8d8fe5aa9beabea3ecb084 |
UHC | 烈ㅺ퍏媛꾣찄 | 111001101110111110100100111010101011101110000110111010101011000010000100111001101010100110001000 | e6efa4eabb86eab084e6a988 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)