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 | ??????F | 00111111001111110011111100111111001111110011111101000110 | 3f3f3f3f3f3f46 |
SJIS-WIN | ?使??使來F | 00111111100011100110011100111111001111111000111001100111100110001101001001000110 | 3f8e673f3f8e6798d246 |
EUC-JP | ?使??使來F | 00111111101110111100100000111111001111111011101111001000110100001101010001000110 | 3fbbc83f3fbbc8d0d446 |
UTF-8 | 렺使렠렻使來F | 11101011101000001011101011100100101111011011111111101011101000001010000011101011101000001011101111100100101111011011111111100100101111101000011001000110 | eba0bae4bdbfeba0a0eba0bbe4bdbfe4be8646 |
UHC | 렺使렠렻使來F | 10001110110000101101111011000101100011101011000110001110110000111101111011000101110101011100111001000110 | 8ec2dec58eb18ec3dec5d5ce46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)