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 | ?瓏? | 00111111111000001111101000111111 | 3fe0fa3f |
EUC-JP | 鋌瓏? | 100011111110010010111011111000001111110000111111 | 8fe4bbe0fc3f |
UTF-8 | 鋌瓏툽 | 111010011000101110001100111001111001001110001111111011011000100010111101 | e98b8ce7938fed88bd |
UHC | 鋌瓏툽 | 111011111111101111010110111010101100010111111010 | effbd6eac5fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)