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 | 漿橋? | 1001111111110111100010111011010000111111 | 9ff78bb43f |
EUC-JP | 漿橋? | 1101111011111001101101101011011000111111 | def9b6b63f |
UTF-8 | 漿橋렟 | 111001101011110010111111111001101010100110001011111010111010000010011111 | e6bcbfe6a98beba09f |
UHC | 漿橋렟 | 111011011110110011001110111010011000111010110000 | edeccee98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)