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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | ??霓w | 0011111100111111111010001011110101110111 | 3f3fe8bd77 |
EUC-JP | ??霓w | 0011111100111111111100001011111101110111 | 3f3ff0bf77 |
UTF-8 | 럕쏂霓w | 11101011100111111001010111101100100011111000001011101001100111001001001101110111 | eb9f95ec8f82e99c9377 |
UHC | 럕쏂霓w | 10001110011100101001101111101000111001111110011101110111 | 8e729be8e7e777 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)