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 | òõúÖhòõ | 11110010111101011111101011010110011010001111001011110101 | f2f5fad668f2f5 |
SJIS-WIN | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
EUC-JP | òõúÖhòõ | 10001111101010111101001010001111101010111101100010001111101010111110001010001111101010101101001101101000100011111010101111010010100011111010101111011000 | 8fabd28fabd88fabe28faad3688fabd28fabd8 |
UTF-8 | òõúÖhòõ | 11000011101100101100001110110101110000111011101011000011100101100110100011000011101100101100001110110101 | c3b2c3b5c3bac39668c3b2c3b5 |
UHC | ????h?? | 00111111001111110011111100111111011010000011111100111111 | 3f3f3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)