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 | 栓瓏? | 1001000011110000111000001111101000111111 | 90f0e0fa3f |
EUC-JP | 栓瓏? | 1100000011110010111000001111110000111111 | c0f2e0fc3f |
UTF-8 | 栓瓏툽 | 111001101010000010010011111001111001001110001111111011011000100010111101 | e6a093e7938fed88bd |
UHC | 栓瓏툽 | 111011101111101111010110111010101100010111111010 | eefbd6eac5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)