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 | 莠釆コ奣 | 11100100101110101001010011001110101110101111101010100011 | e4ba94cebafaa3 |
EUC-JP | 莠釆コ奣 | 111010001011110011001000110100001000111010111010100011111011100011111100 | e8bcc8d08eba8fb8fc |
UTF-8 | 莠釆コ奣 | 111010001000111010100000111010011000011110000110111011111011110110111010111001011010010110100011 | e88ea0e98786efbdbae5a5a3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)