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 | 縊i???? | 1110001101101111100000101000100100111111001111110011111100111111 | e36f82893f3f3f3f |
EUC-JP | 縊i???? | 1110010111010000101000111110100100111111001111110011111100111111 | e5d0a3e93f3f3f3f |
UTF-8 | 縊i솈溜깅젔 | 111001111011100010001010111011111011110110001001111011001000011010001000111011111010011110001011111010101011100110000101111011001010000010010100 | e7b88aefbd89ec8688efa78beab985eca094 |
UHC | 縊i솈溜깅젔 | 111001001111110010100011111010011001100110001100111010101111111010110001111010111010000010010010 | e4fca3e9998ceafeb1eba092 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)