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 | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
SJIS-WIN | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
EUC-JP | ????h | 0011111100111111001111110011111101101000 | 3f3f3f3f68 |
UTF-8 | 솩섧샴셰h | 11101100100001101010100111101100100001001010011111101100100000111011010011101100100001011011000001101000 | ec86a9ec84a7ec83b4ec85b068 |
UHC | 솩섧샴셰h | 101111001101111010111100101101011011110010100100101111001100111001101000 | bcdebcb5bca4bcce68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)