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 | 銓碑匠 | 111001111111001010010100111010001000111110100000 | e7f294e88fa0 |
EUC-JP | 銓碑匠 | 111011101111010011001000111010101011111010100010 | eef4c8eabea2 |
UTF-8 | 銓碑匠 | 111010011000101010010011111001111010001010010001111001011000110010100000 | e98a93e7a291e58ca0 |
UHC | 銓碑匠 | 111011111011000011011101111110001110110111011101 | efb0ddf8eddd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)