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 | 瑤??焉 | 111010101010001000111111001111111110000010000001 | eaa23f3fe081 |
EUC-JP | 瑤??焉 | 111101001010010000111111001111111101111111100001 | f4a43f3fdfe1 |
UTF-8 | 瑤노젎焉 | 111001111001000110100100111010111000010110111000111011001010000010001110111001111000010010001001 | e791a4eb85b8eca08ee78489 |
UHC | 瑤노젎焉 | 1110100011111101101100111110101110100000100011111110010111101010 | e8fdb3eba08fe5ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)