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 | セュ煮丞齊ヤ | 101111101010110110001110110011111000111111100101111010101000111011010100 | bead8ecf8fe5ea8ed4 |
EUC-JP | セュ煮丞齊ヤ | 100011101011111010001110101011011011110011010001101111101110011111110011111011101000111011010100 | 8ebe8eadbcd1bee7f3ee8ed4 |
UTF-8 | セュ煮丞齊ヤ | 111011111011110110111110111011111011110110101101111001111000010110101110111001001011100010011110111010011011110110001010111011111011111010010100 | efbdbeefbdade785aee4b89ee9bd8aefbe94 |
UHC | ??煮丞齊? | 001111110011111111101101101101001110001110101010111100001011101000111111 | 3f3fedb4e3aaf0ba3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)