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 | 歎測丹樽叩 | 10010010010101101001000110101010100100100100111110010010010011011001001001000000 | 925691aa924f924d9240 |
EUC-JP | 歎測丹樽叩 | 11000011101101111100001010101100110000111011000011000011101011101100001110100001 | c3b7c2acc3b0c3aec3a1 |
UTF-8 | 歎測丹樽叩 | 111001101010110110001110111001101011100010101100111001001011100010111001111001101010100010111101111001011000111110101001 | e6ad8ee6b8ace4b8b9e6a8bde58fa9 |
UHC | 歎測丹樽叩 | 11110111101001111111011010110100110100111010000111110001110111001100110110110000 | f7a7f6b4d3a1f1dccdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)