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 | ?芸[ | 00111111100011000111110001011011 | 3f8c7c5b |
EUC-JP | 鉥芸[ | 100011111110001111101000101101111101110101011011 | 8fe3e8b7dd5b |
UTF-8 | 鉥芸[ | 11101001100010011010010111101000100010101011100001011011 | e989a5e88ab85b |
UHC | 鉥芸[ | 1110001011111100111010011111110101011011 | e2fce9fd5b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)