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 | 0011111100111111001111110101111001101011 | 3f3f3f5e6b |
SJIS-WIN | ???^k | 0011111100111111001111110101111001101011 | 3f3f3f5e6b |
EUC-JP | ???^k | 0011111100111111001111110101111001101011 | 3f3f3f5e6b |
UTF-8 | 혵혖혳^k | 1110110110011000101101011110110110011000100101101110110110011000101100110101111001101011 | ed98b5ed9896ed98b35e6b |
UHC | 혵혖혳^k | 1100001010011100110000101000000111000010100110100101111001101011 | c29cc281c29a5e6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)