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 | 絶??外 | 100100001110001000111111001111111000101001001111 | 90e23f3f8a4f |
EUC-JP | 絶??外 | 110000001110010000111111001111111011001110110000 | c0e43f3fb3b0 |
UTF-8 | 絶쒙풗外 | 111001111011010110110110111011001001001010011001111011011001001010010111111001011010010010010110 | e7b5b6ec9299ed9297e5a496 |
UHC | 絶쒙풗外 | 1110111110111110100111001110111110111110100110101110100011100010 | efbe9cefbe9ae8e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)