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 | 阡」闔種 | 11101000100101001010001111101000100011101000111011101101 | e894a3e88e8eed |
EUC-JP | 阡」闔種 | 1110111111110100100011101010001111101111111011101011110011101111 | eff48ea3efeebcef |
UTF-8 | 阡」闔種 | 111010011001100010100001111011111011110110100011111010011001011110010100111001111010100010101110 | e998a1efbda3e99794e7a8ae |
UHC | 阡?闔種 | 11110100110001100011111111111001111011111111000011111010 | f4c63ff9eff0fa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)