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 | 漿耿? | 1001111111110111111000111101010000111111 | 9ff7e3d43f |
EUC-JP | 漿耿? | 1101111011111001111001101101011000111111 | def9e6d63f |
UTF-8 | 漿耿렡 | 111001101011110010111111111010001000000010111111111010111010000010100001 | e6bcbfe880bfeba0a1 |
UHC | 漿耿렡 | 111011011110110011001100111010101000111010110010 | edecccea8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)