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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鉉醍欧粡 | 1110011111101001100100011110011110001001101000101110001011100111 | e7e991e789a2e2e7 |
EUC-JP | 鉉醍欧粡 | 1110111011101011110000101110100110110010101001001110010011101001 | eeebc2e9b2a4e4e9 |
UTF-8 | 鉉醍欧粡 | 111010011000100110001001111010011000011010001101111001101010110010100111111001111011001010100001 | e98989e9868de6aca7e7b2a1 |
UHC | 鉉醍?? | 111110101110100011110000101101010011111100111111 | fae8f0b53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)