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 | 堊??? | 1001101010111111001111110011111100111111 | 9abf3f3f3f |
EUC-JP | 堊??? | 1101010011000001001111110011111100111111 | d4c13f3f3f |
UTF-8 | 堊묒늹鱗 | 111001011010000010001010111010111010110010010010111010111000101010111001111011111010011110110010 | e5a08aebac92eb8ab9efa7b2 |
UHC | 堊묒늹鱗 | 1110010010111110100100011110110010001000100000101110110011100111 | e4be91ec8882ece7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)