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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 諶・﨤 | 1111101110101010101001011111101110110011 | fbaaa5fbb3 |
EUC-JP | 諶・? | 100011111101111010110101100011101010010100111111 | 8fdeb58ea53f |
UTF-8 | 諶・﨤 | 111010001010101110110110111011111011110110100101111011111010100010100100 | e8abb6efbda5efa8a4 |
UHC | 諶?? | 11100100101001100011111100111111 | e4a63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)