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 | 11111011100100110011111100111111001111110111010101000110 | fb933f3f3f7546 |
EUC-JP | 茁???uF | 1000111111010111110111100011111100111111001111110111010101000110 | 8fd7de3f3f3f7546 |
UTF-8 | 茁희렰렠uF | 1110100010001100100000011110110110011101101011001110101110100000101100001110101110100000101000000111010101000110 | e88c81ed9daceba0b0eba0a07546 |
UHC | 茁희렰렠uF | 11110001111010001100100011110001100011101011110110001110101100010111010101000110 | f1e8c8f18ebd8eb17546 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)