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 | ???VB | 0011111100111111001111110101011001000010 | 3f3f3f5642 |
SJIS-WIN | ??邵VB | 001111110011111111100111101110000101011001000010 | 3f3fe7b85642 |
EUC-JP | ??邵VB | 001111110011111111101110101110100101011001000010 | 3f3feeba5642 |
UTF-8 | 쐛숰邵VB | 1110110010010000100110111110110010001000101100001110100110000010101101010101011001000010 | ec909bec88b0e982b55642 |
UHC | 쐛숰邵VB | 1001110010000001100110100100100011100001110100000101011001000010 | 9c819a48e1d05642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)