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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 莵謝実莵 | 1110010010110111100011101101001110001110110000001110010010110111 | e4b78ed38ec0e4b7 |
EUC-JP | 莵謝実莵 | 1110100010111001101111001101010110111100110000101110100010111001 | e8b9bcd5bcc2e8b9 |
UTF-8 | 莵謝実莵 | 111010001000111010110101111010001010110010011101111001011010111010011111111010001000111010110101 | e88eb5e8ac9de5ae9fe88eb5 |
UHC | ?謝?? | 0011111111011110111100110011111100111111 | 3fdef33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)