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 | Þõó? | 11011110111101011111001100111111 | def5f33f |
SJIS-WIN | ???蹕 | 0011111100111111001111111110011101001010 | 3f3f3fe74a |
EUC-JP | Þõó蹕 | 1000111110101001101100001000111110101011110110001000111110101011110100011110110110101011 | 8fa9b08fabd88fabd1edab |
UTF-8 | Þõó蹕 | 110000111001111011000011101101011100001110110011111010001011100110010101 | c39ec3b5c3b3e8b995 |
UHC | Þ??? | 1010100010101101001111110011111100111111 | a8ad3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)