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 | 莨井┰膓 | 1110010010111100100010001110010010000100101110111110010001010101 | e4bc88e484bbe455 |
EUC-JP | 莨井┰膓 | 1110100010111110101100001110011010101000101111011110011110110110 | e8beb0e6a8bde7b6 |
UTF-8 | 莨井┰膓 | 111010001000111010101000111001001011101010010101111000101001010010110000111010001000011010010011 | e88ea8e4ba95e294b0e88693 |
UHC | ?井┰? | 001111111110111111001100101001101011110100111111 | 3fefcca6bd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)