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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 腓咲洪腓肴 | 11100100010000111000110111100111100011010101111011100100010000111000110111100110 | e4438de78d5ee4438de6 |
EUC-JP | 腓咲洪腓肴 | 11100111101001001011101011101001101110011011111111100111101001001011101011101000 | e7a4bae9b9bfe7a4bae8 |
UTF-8 | 腓咲洪腓肴 | 111010001000010110010011111001011001001010110010111001101011010010101010111010001000010110010011111010001000001010110100 | e88593e592b2e6b4aae88593e882b4 |
UHC | ??洪?肴 | 00111111001111111111101111110011001111111111110110100010 | 3f3ffbf33ffda2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)