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{^ | 11100111100000001000011101101111011011100111110111100111100000001000011101101111011011100111101101011110 | e780876f6e7de780876f6e7b5e |
EUC-JP | 轢?n}轢?n{^ | 1110110111100000001111110110111001111101111011011110000000111111011011100111101101011110 | ede03f6e7dede03f6e7b5e |
UTF-8 | 轢㎜n}轢㎜n{^ | 1110100010111101101000101110001110001110100111000110111001111101111010001011110110100010111000111000111010011100011011100111101101011110 | e8bda2e38e9c6e7de8bda2e38e9c6e7b5e |
UHC | 轢㎜n}轢㎜n{^ | 11010101111110011010011110101110011011100111110111010101111110011010011110101110011011100111101101011110 | d5f9a7ae6e7dd5f9a7ae6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)