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 | Þäõçó³ | 110111101110010011110101111001111111001110110011 | dee4f5e7f3b3 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | Þäõçó? | 10001111101010011011000010001111101010111010001110001111101010111101100010001111101010111010111010001111101010111101000100111111 | 8fa9b08faba38fabd88fabae8fabd13f |
UTF-8 | Þäõçó³ | 110000111001111011000011101001001100001110110101110000111010011111000011101100111100001010110011 | c39ec3a4c3b5c3a7c3b3c2b3 |
UHC | Þ????³ | 1010100010101101001111110011111100111111001111111010100111111000 | a8ad3f3f3f3fa9f8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)