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 | 諤駕Σ | 111001101000000010001001111011011000001110110000 | e68089ed83b0 |
EUC-JP | 諤駕Σ | 111010111110000010110010111011111010011010110010 | ebe0b2efa6b2 |
UTF-8 | 諤駕Σ | 1110100010101011101001001110100110100111100101011100111010100011 | e8aba4e9a795cea3 |
UHC | ?駕Σ | 0011111111001010101111011010010111010010 | 3fcabda5d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)