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 | ??輦 | 00111111001111111110011101110010 | 3f3fe772 |
EUC-JP | ??輦 | 00111111001111111110110111010011 | 3f3fedd3 |
UTF-8 | 뤶삡輦 | 111010111010010010110110111011001000001010100001111010001011110010100110 | eba4b6ec82a1e8bca6 |
UHC | 뤶삡輦 | 100011111110010010111011111001001101011010100110 | 8fe4bbe4d6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)