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 | ??[ | 001111110011111101011011 | 3f3f5b |
SJIS-WIN | ??[ | 001111110011111101011011 | 3f3f5b |
EUC-JP | ??[ | 001111110011111101011011 | 3f3f5b |
UTF-8 | 렺쉴[ | 11101011101000001011101011101100100010011011010001011011 | eba0baec89b45b |
UHC | 렺쉴[ | 1000111011000010101111011010111101011011 | 8ec2bdaf5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)