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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 莨o十茆醐十 | 111001001011110010000010100011111000111101011100111001001001101110001100111011011000111101011100 | e4bc828f8f5ce49b8ced8f5c |
EUC-JP | 莨o十茆醐十 | 111010001011111010100011111011111011110110111101111001111111101110111000111011111011110110111101 | e8bea3efbdbde7fbb8efbdbd |
UTF-8 | 莨o十茆醐十 | 111010001000111010101000111011111011110110001111111001011000110110000001111010001000110010000110111010011000011010010000111001011000110110000001 | e88ea8efbd8fe58d81e88c86e98690e58d81 |
UHC | ?o十??十 | 001111111010001111101111111001001010100000111111001111111110010010101000 | 3fa3efe4a83f3fe4a8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)