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 | 001111110011111101001011 | 3f3f4b |
SJIS-WIN | \◇K | 1000000101011111100000011001111001001011 | 815f819e4b |
EUC-JP | \◇K | 1010000111000000101000011111111001001011 | a1c0a1fe4b |
UTF-8 | \◇K | 11101111101111001011110011100010100101111000011101001011 | efbcbce297874b |
UHC | \◇K | 1010000110101100101000011101111001001011 | a1aca1de4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)