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 | 畑??循 | 100101001010100000111111001111111000111101111010 | 94a83f3f8f7a |
EUC-JP | 畑??循 | 110010001010101000111111001111111011110111011011 | c8aa3f3fbddb |
UTF-8 | 畑듭쉫循 | 111001111001010110010001111010111001001110101101111011001000100110101011111001011011111010101010 | e79591eb93adec89abe5beaa |
UHC | 畑듭쉫循 | 1110111110100101101101011110110010011010100001011110001011100000 | efa5b5ec9a85e2e0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)