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 | 﨟キ逍セ﨟ウ | 111110111001110110110111111001111001011010111110111110111001110110110011 | fb9db7e796befb9db3 |
EUC-JP | ?キ逍セ?ウ | 00111111100011101011011111101101111101101000111010111110001111111000111010110011 | 3f8eb7edf68ebe3f8eb3 |
UTF-8 | 﨟キ逍セ﨟ウ | 111011111010100010011111111011111011110110110111111010011000000010001101111011111011110110111110111011111010100010011111111011111011110110110011 | efa89fefbdb7e9808defbdbeefa89fefbdb3 |
UHC | ??逍??? | 00111111001111111110000111001110001111110011111100111111 | 3f3fe1ce3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)