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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 븭럡겓믯 | 111010111011100010101101111010111001111110100001111010101011001010010011111010111010111110101111 | ebb8adeb9fa1eab293ebafaf |
UHC | 븭럡겓믯 | 1001010110010110100011101000010010000001101010111001001011110001 | 95968e8481ab92f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)