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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 闍醍欧繖コB | 11101000100010111001000111100111100010011010001011100011100001001011101001000010 | e88b91e789a2e384ba42 |
EUC-JP | 闍醍欧繖コB | 1110111111101011110000101110100110110010101001001110010111100100100011101011101001000010 | efebc2e9b2a4e5e48eba42 |
UTF-8 | 闍醍欧繖コB | 11101001100101111000110111101001100001101000110111100110101011001010011111100111101110011001011011101111101111011011101001000010 | e9978de9868de6aca7e7b996efbdba42 |
UHC | ?醍???B | 00111111111100001011010100111111001111110011111101000010 | 3ff0b53f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)