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 | 먠띚볧룓 | 111010111010100010100000111010111001110110011010111010111011001110100111111010111010001110010011 | eba8a0eb9d9aebb3a7eba393 |
UHC | 먠띚볧룓 | 1001000011011101100011011101000010010011111011011000111110010000 | 90dd8dd093ed8f90 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)