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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | 銧セセホ鯣ゥ | 11111011110011001011111011110001100011101011111011001110111010011100011010101001 | fbccbef18ebecee9c6a9 |
EUC-JP | 銧セ?セホ鯣ゥ | 1000111111100100101001101000111010111110001111111000111010111110100011101100111011110010110010001000111010101001 | 8fe4a68ebe3f8ebe8ecef2c88ea9 |
UTF-8 | 銧セセホ鯣ゥ | 111010011000101010100111111011111011110110111110111011101000010010001001111011111011110110111110111011111011111010001110111010011010111110100011111011111011110110101001 | e98aa7efbdbeee8489efbdbeefbe8ee9afa3efbda9 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)