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[^ | 1001101011101110100010110100111001011011100110101110111010001011010011100101101101011110 | 9aee8b4e5b9aee8b4e5b5e |
SJIS-WIN | ???N[???N[^ | 0011111100111111001111110100111001011011001111110011111100111111010011100101101101011110 | 3f3f3f4e5b3f3f3f4e5b5e |
EUC-JP | ?î?N[?î?N[^ | 001111111000111110101011110000100011111101001110010110110011111110001111101010111100001000111111010011100101101101011110 | 3f8fabc23f4e5b3f8fabc23f4e5b5e |
UTF-8 | îN[îN[^ | 1100001010011010110000111010111011000010100010110100111001011011110000101001101011000011101011101100001010001011010011100101101101011110 | c29ac3aec28b4e5bc29ac3aec28b4e5b5e |
UHC | ???N[???N[^ | 0011111100111111001111110100111001011011001111110011111100111111010011100101101101011110 | 3f3f3f4e5b3f3f3f4e5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)