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 | 廠リシ | 10001111101100011101100010111100 | 8fb1d8bc |
EUC-JP | 廠リシ | 101111101011001110001110110110001000111010111100 | beb38ed88ebc |
UTF-8 | 廠リシ | 111001011011101110100000111011111011111010011000111011111011110110111100 | e5bba0efbe98efbdbc |
UHC | 廠?? | 11110011110111110011111100111111 | f3df3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)