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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 酌借渉 | 1000111011011110100011101101100010001111110000101111000001000010 | 8ede8ed88fc2f042 |
EUC-JP | 酌借渉? | 10111100111000001011110011011010101111101100010000111111 | bce0bcdabec43f |
UTF-8 | 酌借渉 | 111010011000010110001100111001011000000010011111111001101011100010001001111011101000000010000010 | e9858ce5809fe6b889ee8082 |
UHC | 酌借?? | 111011011100110011110011101010000011111100111111 | edccf3a83f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)