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{^ | 1000111110011100001111110100111001111101100011111001110000111111010011100111101101011110 | 8f9c3f4e7d8f9c3f4e7b5e |
EUC-JP | 除?N}除?N{^ | 1011110111111100001111110100111001111101101111011111110000111111010011100111101101011110 | bdfc3f4e7dbdfc3f4e7b5e |
UTF-8 | 除텝N}除텝N{^ | 1110100110011001101001001110110110000101100111010100111001111101111010011001100110100100111011011000010110011101010011100111101101011110 | e999a4ed859d4e7de999a4ed859d4e7b5e |
UHC | 除텝N}除텝N{^ | 11110000101101101100010111011100010011100111110111110000101101101100010111011100010011100111101101011110 | f0b6c5dc4e7df0b6c5dc4e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)