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 | 鮠狩ク皮屆 | 111010011011110010001110111010111011100010010100111001111001101110011100 | e9bc8eebb894e79b9c |
EUC-JP | 鮠狩ク皮屆 | 11110010101111101011110011101101100011101011100011001000111010011101010111111100 | f2bebced8eb8c8e9d5fc |
UTF-8 | 鮠狩ク皮屆 | 111010011010111010100000111001111000101110101001111011111011110110111000111001111001101010101110111001011011000110000110 | e9aea0e78ba9efbdb8e79aaee5b186 |
UHC | ?狩?皮屆 | 0011111111100010101011010011111111111001101010111100110011111010 | 3fe2ad3ff9abccfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)