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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?蜈}?蜈{^ | 001111111110010110000101011111010011111111100101100001010111101101011110 | 3fe5857d3fe5857b5e |
EUC-JP | ?蜈}?蜈{^ | 001111111110100111100101011111010011111111101001111001010111101101011110 | 3fe9e57d3fe9e57b5e |
UTF-8 | 저蜈}저蜈{^ | 111011001010000010000000111010001001110010001000011111011110110010100000100000001110100010011100100010000111101101011110 | eca080e89c887deca080e89c887b5e |
UHC | 저蜈}저蜈{^ | 1100000011111010111010001010010101111101110000001111101011101000101001010111101101011110 | c0fae8a57dc0fae8a57b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)