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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 巽旦k | 1001001001000110100100100101010101101011 | 924692556b |
EUC-JP | 巽旦k | 1100001110100111110000111011011001101011 | c3a7c3b66b |
UTF-8 | 巽旦k | 11100101101101111011110111100110100101111010011001101011 | e5b7bde697a66b |
UHC | 巽旦k | 1110000111011110110100111010100101101011 | e1ded3a96b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)