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 | 筌??應←? | 111000101010001100111111001111111001110011100100100000011010100100111111 | e2a33f3f9ce481a93f |
EUC-JP | 筌??應←? | 111001001010010100111111001111111101100011100110101000101010101100111111 | e4a53f3fd8e6a2ab3f |
UTF-8 | 筌뚮쵉應←댖 | 111001111010110110001100111010111001101010101110111011001011010110001001111001101000011110001001111000101000011010010000111010111000110010010110 | e7ad8ceb9aaeecb589e68789e28690eb8c96 |
UHC | 筌뚮쵉應←댖 | 111011111010011110001100111010111010110010001011111010111110101110100001111001111000100010111010 | efa78cebac8bebeba1e788ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)