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 | ?握}?握{^ | 001111111000100010101100011111010011111110001000101011000111101101011110 | 3f88ac7d3f88ac7b5e |
EUC-JP | ?握}?握{^ | 001111111011000010101110011111010011111110110000101011100111101101011110 | 3fb0ae7d3fb0ae7b5e |
UTF-8 | 쏆握}쏆握{^ | 111011001000111110000110111001101000111110100001011111011110110010001111100001101110011010001111101000010111101101011110 | ec8f86e68fa17dec8f86e68fa17b5e |
UHC | 쏆握}쏆握{^ | 1001101111101100111001001100010001111101100110111110110011100100110001000111101101011110 | 9bece4c47d9bece4c47b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)