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 | 酌借渉 | 100011101101111010001110110110001000111111000010 | 8ede8ed88fc2 |
EUC-JP | 酌借渉 | 101111001110000010111100110110101011111011000100 | bce0bcdabec4 |
UTF-8 | 酌借渉 | 111010011000010110001100111001011000000010011111111001101011100010001001 | e9858ce5809fe6b889 |
UHC | 酌借? | 1110110111001100111100111010100000111111 | edccf3a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)