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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | ?姪?B | 0011111110010110110000110011111101000010 | 3f96c33f42 |
EUC-JP | ?姪?B | 0011111111001100110001010011111101000010 | 3fccc53f42 |
UTF-8 | 렱姪롆B | 11101011101000001011000111100101101001111010101011101011101000011000011001000010 | eba0b1e5a7aaeba18642 |
UHC | 렱姪롆B | 10001110101111101111001011101011100011101100110001000010 | 8ebef2eb8ecc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)