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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 縊e?? | 111000110110111110000010100001010011111100111111 | e36f82853f3f |
EUC-JP | 縊e?? | 111001011101000010100011111001010011111100111111 | e5d0a3e53f3f |
UTF-8 | 縊e뀬溜 | 111001111011100010001010111011111011110110000101111010111000000010101100111011111010011110001011 | e7b88aefbd85eb80acefa78b |
UHC | 縊e뀬溜 | 1110010011111100101000111110010110000101101000101110101011111110 | e4fca3e585a2eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)