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?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | ?挑h?挑 | 00111111100100101010011101101000001111111001001010100111 | 3f92a7683f92a7 |
EUC-JP | ?挑h?挑 | 00111111110001001010100101101000001111111100010010101001 | 3fc4a9683fc4a9 |
UTF-8 | 룿挑h룿挑 | 11101011101000111011111111100110100011001001000101101000111010111010001110111111111001101000110010010001 | eba3bfe68c9168eba3bfe68c91 |
UHC | 룿挑h룿挑 | 100011111011000011010011111110110110100010001111101100001101001111111011 | 8fb0d3fb688fb0d3fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)