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 | 莵謝実贏籵 | 11100100101101111000111011010011100011101100000011100110110101011110001011100000 | e4b78ed38ec0e6d5e2e0 |
EUC-JP | 莵謝実贏籵 | 11101000101110011011110011010101101111001100001011101100110101111110010011100010 | e8b9bcd5bcc2ecd7e4e2 |
UTF-8 | 莵謝実贏籵 | 111010001000111010110101111010001010110010011101111001011010111010011111111010001011010010001111111001111011000110110101 | e88eb5e8ac9de5ae9fe8b48fe7b1b5 |
UHC | ?謝??? | 001111111101111011110011001111110011111100111111 | 3fdef33f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)