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 | 畑??勇 | 100101001010100000111111001111111001011101000101 | 94a83f3f9745 |
EUC-JP | 畑??勇 | 110010001010101000111111001111111100110110100110 | c8aa3f3fcda6 |
UTF-8 | 畑붾닎勇 | 111001111001010110010001111010111011011010111110111010111000101110001110111001011000101110000111 | e79591ebb6beeb8b8ee58b87 |
UHC | 畑붾닎勇 | 1110111110100101100101001110101110001000100101001110100110111000 | efa594eb8894e9b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)