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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 腓咲洪腓 | 1110010001000011100011011110011110001101010111101110010001000011 | e4438de78d5ee443 |
EUC-JP | 腓咲洪腓 | 1110011110100100101110101110100110111001101111111110011110100100 | e7a4bae9b9bfe7a4 |
UTF-8 | 腓咲洪腓 | 111010001000010110010011111001011001001010110010111001101011010010101010111010001000010110010011 | e88593e592b2e6b4aae88593 |
UHC | ??洪? | 0011111100111111111110111111001100111111 | 3f3ffbf33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)