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{^ | 1000100101100101001111110110111001111101100010010110010100111111011011100111101101011110 | 89653f6e7d89653f6e7b5e |
EUC-JP | 影?n}影?n{^ | 1011000111000110001111110110111001111101101100011100011000111111011011100111101101011110 | b1c63f6e7db1c63f6e7b5e |
UTF-8 | 影똱n}影똱n{^ | 1110010110111101101100011110101110011000101100010110111001111101111001011011110110110001111010111001100010110001011011100111101101011110 | e5bdb1eb98b16e7de5bdb1eb98b16e7b5e |
UHC | 影똱n}影똱n{^ | 11100111101011111000110001110010011011100111110111100111101011111000110001110010011011100111101101011110 | e7af8c726e7de7af8c726e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)