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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 伊頭彬w | 10001000110010011001001110101010100101010110101001110111 | 88c993aa956a77 |
EUC-JP | 伊頭彬w | 10110000110010111100011010101100110010011100101101110111 | b0cbc6acc9cb77 |
UTF-8 | 伊頭彬w | 11100100101111001000101011101001101000001010110111100101101111011010110001110111 | e4bc8ae9a0ade5bdac77 |
UHC | 伊頭彬w | 11101100101001011101010011101001110111101010111101110111 | eca5d4e9deaf77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)