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 | 銓碑耳 | 111001111111001010010100111010001000111010101000 | e7f294e88ea8 |
EUC-JP | 銓碑耳 | 111011101111010011001000111010101011110010101010 | eef4c8eabcaa |
UTF-8 | 銓碑耳 | 111010011000101010010011111001111010001010010001111010001000000010110011 | e98a93e7a291e880b3 |
UHC | 銓碑耳 | 111011111011000011011101111110001110110010111100 | efb0ddf8ecbc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)