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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 帳ョ?\ | 100100101010000010000011100001110011111101011100 | 92a083873f5c |
EUC-JP | 帳ョ?\ | 110001001010001010100101111001110011111101011100 | c4a2a5e73f5c |
UTF-8 | 帳ョ즯\ | 11100101101110001011001111100011100000111010011111101100101001101010111101011100 | e5b8b3e383a7eca6af5c |
UHC | 帳ョ즯\ | 11101101111000111010101111100111101000111000000101011100 | ede3abe7a3815c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)