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 | ?所}?所{^ | 001111111000111110001010011111010011111110001111100010100111101101011110 | 3f8f8a7d3f8f8a7b5e |
EUC-JP | ?所}?所{^ | 001111111011110111101010011111010011111110111101111010100111101101011110 | 3fbdea7d3fbdea7b5e |
UTF-8 | 롘所}롘所{^ | 111010111010000110011000111001101000100110000000011111011110101110100001100110001110011010001001100000000111101101011110 | eba198e689807deba198e689807b5e |
UHC | 롘所}롘所{^ | 1000111011011100111000011011011001111101100011101101110011100001101101100111101101011110 | 8edce1b67d8edce1b67b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)