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 | ???h | 00111111001111110011111101101000 | 3f3f3f68 |
SJIS-WIN | 陋幄桃h | 11101000100110111001101111101000100100111000110101101000 | e89b9be8938d68 |
EUC-JP | 陋幄桃h | 11101111111110111101011011101010110001011110110101101000 | effbd6eac5ed68 |
UTF-8 | 陋幄桃h | 11101001100110011000101111100101101110011000010011100110101000011000001101101000 | e9998be5b984e6a18368 |
UHC | 陋幄桃h | 11010111101100001110010011000001110100111111111001101000 | d7b0e4c1d3fe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)