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 | ?待}?待{^ | 001111111001000111010010011111010011111110010001110100100111101101011110 | 3f91d27d3f91d27b5e |
EUC-JP | ?待}?待{^ | 001111111100001011010100011111010011111111000010110101000111101101011110 | 3fc2d47d3fc2d47b5e |
UTF-8 | 빤待}빤待{^ | 111010111011100110100100111001011011111010000101011111011110101110111001101001001110010110111110100001010111101101011110 | ebb9a4e5be857debb9a4e5be857b5e |
UHC | 빤待}빤待{^ | 1011101011111110110100111110001001111101101110101111111011010011111000100111101101011110 | bafed3e27dbafed3e27b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)