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 | ???G | 00111111001111110011111101000111 | 3f3f3f47 |
SJIS-WIN | ?健ぴG | 001111111000110010010010100000101101001001000111 | 3f8c9282d247 |
EUC-JP | ?健ぴG | 001111111011011111110010101001001101010001000111 | 3fb7f2a4d447 |
UTF-8 | 룴健ぴG | 11101011101000111011010011100101100000011010010111100011100000011011010001000111 | eba3b4e581a5e381b447 |
UHC | 룴健ぴG | 10001111101010011100101111101101101010101101010001000111 | 8fa9cbedaad447 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)