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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | 帳ョ?G | 100100101010000010000011100001110011111101000111 | 92a083873f47 |
EUC-JP | 帳ョ?G | 110001001010001010100101111001110011111101000111 | c4a2a5e73f47 |
UTF-8 | 帳ョ즯G | 11100101101110001011001111100011100000111010011111101100101001101010111101000111 | e5b8b3e383a7eca6af47 |
UHC | 帳ョ즯G | 11101101111000111010101111100111101000111000000101000111 | ede3abe7a38147 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)