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 | 專?穽 | 1001101110010011001111111110001001110110 | 9b933fe276 |
EUC-JP | 專?穽 | 1101010111110011001111111110001111010111 | d5f33fe3d7 |
UTF-8 | 專렟穽 | 111001011011000010001000111010111010000010011111111001111010100110111101 | e5b088eba09fe7a9bd |
UHC | 專렟穽 | 111011101111011010001110101100001110111111110000 | eef68eb0eff0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)