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 | 罔処尚 | 111000111010011010001111100010001000111110101110 | e3a68f888fae |
EUC-JP | 罔処尚 | 111001101010100010111101111010001011111010110000 | e6a8bde8beb0 |
UTF-8 | 罔処尚 | 111001111011110110010100111001011000011110100110111001011011000010011010 | e7bd94e587a6e5b09a |
UHC | 罔?? | 11011000110100100011111100111111 | d8d23f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)