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 | 縊i?? | 111000110110111110000010100010010011111100111111 | e36f82893f3f |
EUC-JP | 縊i?? | 111001011101000010100011111010010011111100111111 | e5d0a3e93f3f |
UTF-8 | 縊i쟽溜 | 111001111011100010001010111011111011110110001001111011001001111110111101111011111010011110001011 | e7b88aefbd89ec9fbdefa78b |
UHC | 縊i쟽溜 | 1110010011111100101000111110100110100000100000111110101011111110 | e4fca3e9a083eafe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)