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▲篌 | 1001000011000001100000101000010110000001101000111110001010111010 | 90c1828581a3e2ba |
EUC-JP | 醒e▲篌 | 1100000011000011101000111110010110100010101001011110010010111100 | c0c3a3e5a2a5e4bc |
UTF-8 | 醒e▲篌 | 111010011000011010010010111011111011110110000101111000101001011010110010111001111010111110001100 | e98692efbd85e296b2e7af8c |
UHC | 醒e▲? | 11100001101001011010001111100101101000011110001100111111 | e1a5a3e5a1e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)