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 | 廠ヤシ | 10001111101100011101010010111100 | 8fb1d4bc |
EUC-JP | 廠ヤシ | 101111101011001110001110110101001000111010111100 | beb38ed48ebc |
UTF-8 | 廠ヤシ | 111001011011101110100000111011111011111010010100111011111011110110111100 | e5bba0efbe94efbdbc |
UHC | 廠?? | 11110011110111110011111100111111 | f3df3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)