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 | ??????{d | 0011111100111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f3f7b64 |
SJIS-WIN | 諢壱スットソ{d | 11100110100001001000100011101011101111011010111111000100101111110111101101100100 | e68488ebbdafc4bf7b64 |
EUC-JP | 諢壱スットソ{d | 1110101111100100101100001110110110001110101111011000111010101111100011101100010010001110101111110111101101100100 | ebe4b0ed8ebd8eaf8ec48ebf7b64 |
UTF-8 | 諢壱スットソ{d | 1110100010101011101000101110010110100011101100011110111110111101101111011110111110111101101011111110111110111110100001001110111110111101101111110111101101100100 | e8aba2e5a3b1efbdbdefbdafefbe84efbdbf7b64 |
UHC | ??????{d | 0011111100111111001111110011111100111111001111110111101101100100 | 3f3f3f3f3f3f7b64 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)