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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 裄唄 | 11100101111000001000100101010011 | e5e08953 |
EUC-JP | 裄唄 | 11101010111000101011000110110100 | eae2b1b4 |
UTF-8 | 裄唄 | 111010001010001110000100111001011001010010000100 | e8a384e59484 |
UHC | ?唄 | 001111111111100010100110 | 3ff8a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)