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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 錝豸莢 | 111110111101110111100110101101101110010010110000 | fbdde6b6e4b0 |
EUC-JP | 錝豸莢 | 10001111111001001101101111101100101110001110100010110010 | 8fe4dbecb8e8b2 |
UTF-8 | 錝豸莢 | 111010011000110010011101111010001011000110111000111010001000111010100010 | e98c9de8b1b8e88ea2 |
UHC | ??莢 | 00111111001111111111101011111000 | 3f3ffaf8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)