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 | ÍÛö°ö´ | 110011011101101111110110101100001111011010110100 | cddbf6b0f6b4 |
SJIS-WIN | ???°?´ | 0011111100111111001111111000000110001011001111111000000101001100 | 3f3f3f818b3f814c |
EUC-JP | ÍÛö°ö´ | 10001111101010101011111110001111101010101110010110001111101010111101001110100001111010111000111110101011110100111010000110101101 | 8faabf8faae58fabd3a1eb8fabd3a1ad |
UTF-8 | ÍÛö°ö´ | 110000111000110111000011100110111100001110110110110000101011000011000011101101101100001010110100 | c38dc39bc3b6c2b0c3b6c2b4 |
UHC | ???°?´ | 0011111100111111001111111010000111000110001111111010001010100101 | 3f3f3fa1c63fa2a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)