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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 諺る??ル? | 100011001011111110000010111010010011111100111111100000111000101100111111 | 8cbf82e93f3f838b3f |
EUC-JP | 諺る??ル? | 101110001100000110100100111010110011111100111111101001011110101100111111 | b8c1a4eb3f3fa5eb3f |
UTF-8 | 諺る졋驪ル젌 | 111010001010101110111010111000111000001010001011111011001010000110001011111011111010011010000111111000111000001110101011111011001010000010001100 | e8abbae3828beca18befa687e383abeca08c |
UHC | 諺る졋驪ル젌 | 111001011110110010101010111010111010000010111010111001101010111110101011111010111010000010001101 | e5ecaaeba0bae6afabeba08d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)