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 | ???B? | 0011111100111111001111110100001000111111 | 3f3f3f423f |
SJIS-WIN | 弱??B張 | 10001110111000110011111100111111010000101001001010100011 | 8ee33f3f4292a3 |
EUC-JP | 弱??B張 | 10111100111001010011111100111111010000101100010010100101 | bce53f3f42c4a5 |
UTF-8 | 弱꾣뜥B張 | 11100101101111001011000111101010101111101010001111101011100111001010010101000010111001011011110010110101 | e5bcb1eabea3eb9ca542e5bcb5 |
UHC | 弱꾣뜥B張 | 111001011011000010000100111001101000110110101000010000101110110111100101 | e5b084e68da842ede5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)