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 | 掖⑤???? | 1001110101110100100001110100010000111111001111110011111100111111 | 9d7487443f3f3f3f |
EUC-JP | 掖????? | 11011001110101010011111100111111001111110011111100111111 | d9d53f3f3f3f3f |
UTF-8 | 掖⑤㈃溜뗫옖 | 111001101000111010010110111000101001000110100100111000111000100010000011111011111010011110001011111010111001011110101011111011001001100010010110 | e68e96e291a4e38883efa78beb97abec9896 |
UHC | 掖⑤㈃溜뗫옖 | 111001001111101010101000111010111010100110110100111010101111111010001011111010111001111010011100 | e4faa8eba9b4eafe8beb9e9c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)