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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 悅??張? | 11111010101111010011111100111111100100101010001100111111 | fabd3f3f92a33f |
EUC-JP | ???張? | 001111110011111100111111110001001010010100111111 | 3f3f3fc4a53f |
UTF-8 | 悅롲궋張첕 | 111001101000001010000101111010111010000110110010111010101011011010001011111001011011110010110101111011001011001010010101 | e68285eba1b2eab68be5bcb5ecb295 |
UHC | 悅롲궋張첕 | 11100110111011011000111011101110100000101010001011101101111001011010101101000010 | e6ed8eee82a2ede5ab42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)