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 | ???aQ] | 001111110011111100111111011000010101000101011101 | 3f3f3f61515d |
SJIS-WIN | ???aQ] | 001111110011111100111111011000010101000101011101 | 3f3f3f61515d |
EUC-JP | ???aQ] | 001111110011111100111111011000010101000101011101 | 3f3f3f61515d |
UTF-8 | 렱렖셌aQ] | 111010111010000010110001111010111010000010010110111011001000010110001100011000010101000101011101 | eba0b1eba096ec858c61515d |
UHC | 렱렖셌aQ] | 100011101011111010001110101010111011110011000011011000010101000101011101 | 8ebe8eabbcc361515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)