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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?鼎? | 00111111100100110100001100111111 | 3f93433f |
EUC-JP | ?鼎? | 00111111110001011010010000111111 | 3fc5a43f |
UTF-8 | 렊鼎렜 | 111010111010000010001010111010011011110010001110111010111010000010011100 | eba08ae9bc8eeba09c |
UHC | 렊鼎렜 | 100011101010000111110000101000111000111010101110 | 8ea1f0a38eae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)