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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 址?葺?遠 | 1001101010101100001111111001010110011000001111111000100110010011 | 9aac3f95983f8993 |
EUC-JP | 址?葺?遠 | 1101010010101110001111111100100111111000001111111011000111110011 | d4ae3fc9f83fb1f3 |
UTF-8 | 址렣葺렟遠 | 111001011001110110000000111010111010000010100011111010001001000110111010111010111010000010011111111010011000000110100000 | e59d80eba0a3e891baeba09fe981a0 |
UHC | 址렣葺렟遠 | 11110010101000111000111010110100111100011111000110001110101100001110101011000000 | f2a38eb4f1f18eb0eac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)