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{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
EUC-JP | 渲?N}渲?N{^ | 10001111110001111110110000111111010011100111110110001111110001111110110000111111010011100111101101011110 | 8fc7ec3f4e7d8fc7ec3f4e7b5e |
UTF-8 | 渲깊N}渲깊N{^ | 1110011010111000101100101110101010111001100010100100111001111101111001101011100010110010111010101011100110001010010011100111101101011110 | e6b8b2eab98a4e7de6b8b2eab98a4e7b5e |
UHC | 渲깊N}渲깊N{^ | 11100000110000101011000111101101010011100111110111100000110000101011000111101101010011100111101101011110 | e0c2b1ed4e7de0c2b1ed4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)