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 | ????uF | 001111110011111100111111001111110111010101000110 | 3f3f3f3f7546 |
SJIS-WIN | ????uF | 001111110011111100111111001111110111010101000110 | 3f3f3f3f7546 |
EUC-JP | ????uF | 001111110011111100111111001111110111010101000110 | 3f3f3f3f7546 |
UTF-8 | 혩짠혩혺uF | 1110110110011000101010011110110010100111101000001110110110011000101010011110110110011000101110100111010101000110 | ed98a9eca7a0ed98a9ed98ba7546 |
UHC | 혩짠혩혺uF | 11000010100100011100001010100111110000101001000111000010100111110111010101000110 | c291c2a7c291c29f7546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)