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{^ | 11100111101000111000101101000010010011100111110111100111101000111000101101000010010011100111101101011110 | e7a38b424e7de7a38b424e7b5e |
EUC-JP | 逎毅N}逎毅N{^ | 11101110101001011011010110100011010011100111110111101110101001011011010110100011010011100111101101011110 | eea5b5a34e7deea5b5a34e7b5e |
UTF-8 | 逎毅N}逎毅N{^ | 1110100110000000100011101110011010101111100001010100111001111101111010011000000010001110111001101010111110000101010011100111101101011110 | e9808ee6af854e7de9808ee6af854e7b5e |
UHC | ?毅N}?毅N{^ | 0011111111101011111101100100111001111101001111111110101111110110010011100111101101011110 | 3febf64e7d3febf64e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)