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 | 釈屡琲箒 | 1000111011011111100011101100011011100000111010001110001010110100 | 8edf8ec6e0e8e2b4 |
EUC-JP | 釈屡琲箒 | 1011110011100001101111001100100011100000111010101110010010110110 | bce1bcc8e0eae4b6 |
UTF-8 | 釈屡琲箒 | 111010011000011110001000111001011011000110100001111001111001000010110010111001111010111010010010 | e98788e5b1a1e790b2e7ae92 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)