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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迸趣セ帷灯 | 111001111001111010001110111011111011111010011011111001111001001110010100 | e79e8eefbe9be79394 |
EUC-JP | 迸趣セ帷灯 | 11101101111111101011110011110001100011101011111011010110111010011100010111110100 | edfebcf18ebed6e9c5f4 |
UTF-8 | 迸趣セ帷灯 | 111010001011111110111000111010001011011010100011111011111011110110111110111001011011100010110111111001111000000110101111 | e8bfb8e8b6a3efbdbee5b8b7e781af |
UHC | ?趣??? | 001111111111011010101100001111110011111100111111 | 3ff6ac3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)