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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 筌??宥?┨ | 111000101010001100111111001111111001011101000111001111111000010010110111 | e2a33f3f97473f84b7 |
EUC-JP | 筌??宥?┨ | 111001001010010100111111001111111100110110101000001111111010100010111001 | e4a53f3fcda83fa8b9 |
UTF-8 | 筌뚮뱾宥뗩┨ | 111001111010110110001100111010111001101010101110111010111011000110111110111001011010111010100101111010111001011110101001111000101001010010101000 | e7ad8ceb9aaeebb1bee5aea5eb97a9e294a8 |
UHC | 筌뚮뱾宥뗩┨ | 111011111010011110001100111010111001001110100100111010101110100110001011111010011010011010111001 | efa78ceb93a4eae98be9a6b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)