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 | セセホ鯣ゥ | 11110010101100001011111011110001100011101011111011001110111010011100011010101001 | f2b0bef18ebecee9c6a9 |
EUC-JP | ?セ?セホ鯣ゥ | 001111111000111010111110001111111000111010111110100011101100111011110010110010001000111010101001 | 3f8ebe3f8ebe8ecef2c88ea9 |
UTF-8 | セセホ鯣ゥ | 111011101000011110100111111011111011110110111110111011101000010010001001111011111011110110111110111011111011111010001110111010011010111110100011111011111011110110101001 | ee87a7efbdbeee8489efbdbeefbe8ee9afa3efbda9 |
UHC | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)