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 | °ß÷åÉ | 100100011011000011011111111101111110010111001001 | 91b0dff7e5c9 |
SJIS-WIN | ?°?÷?? | 0011111110000001100010110011111110000001100000000011111100111111 | 3f818b3f81803f3f |
EUC-JP | ?°ß÷åÉ | 0011111110100001111010111000111110101001110011101010000111100000100011111010101110101001100011111010101010110001 | 3fa1eb8fa9cea1e08faba98faab1 |
UTF-8 | °ß÷åÉ | 110000101001000111000010101100001100001110011111110000111011011111000011101001011100001110001001 | c291c2b0c39fc3b7c3a5c389 |
UHC | ?°ß÷?? | 001111111010000111000110101010011010110010100001110000000011111100111111 | 3fa1c6a9aca1c03f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)