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 | Äõ?? | 11000100111101010011111100111111 | c4f53f3f |
SJIS-WIN | ???蹕 | 0011111100111111001111111110011101001010 | 3f3f3fe74a |
EUC-JP | Äõœ蹕 | 1000111110101010101000111000111110101011110110001000111110101001110011011110110110101011 | 8faaa38fabd88fa9cdedab |
UTF-8 | Äõœ蹕 | 110000111000010011000011101101011100010110010011111010001011100110010101 | c384c3b5c593e8b995 |
UHC | ??œ? | 0011111100111111101010011010101100111111 | 3f3fa9ab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)