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 | ??n}??n{^ | 001111110011111101101110011111010011111100111111011011100111101101011110 | 3f3f6e7d3f3f6e7b5e |
SJIS-WIN | 掌?n}掌?n{^ | 1000111110110110001111110110111001111101100011111011011000111111011011100111101101011110 | 8fb63f6e7d8fb63f6e7b5e |
EUC-JP | 掌?n}掌?n{^ | 1011111010111000001111110110111001111101101111101011100000111111011011100111101101011110 | beb83f6e7dbeb83f6e7b5e |
UTF-8 | 掌숷n}掌숷n{^ | 1110011010001110100011001110110010001000101101110110111001111101111001101000111010001100111011001000100010110111011011100111101101011110 | e68e8cec88b76e7de68e8cec88b76e7b5e |
UHC | 掌숷n}掌숷n{^ | 11101101111001101001101001001100011011100111110111101101111001101001101001001100011011100111101101011110 | ede69a4c6e7dede69a4c6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)