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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 灼尺茗 | 100011101101110010001110110110101110010010101010 | 8edc8edae4aa |
EUC-JP | 灼尺茗 | 101111001101111010111100110111001110100010101100 | bcdebcdce8ac |
UTF-8 | 灼尺茗 | 111001111000000110111100111001011011000010111010111010001000110010010111 | e781bce5b0bae88c97 |
UHC | 灼尺茗 | 111011011100011111110100101010011101100110101011 | edc7f4a9d9ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)