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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 奪担属棚続息 | 100100100100010010010010010100111001000110101110100100100100100110010001101100011001000110100111 | 9244925391ae924991b191a7 |
EUC-JP | 奪担属棚続息 | 110000111010010111000011101101001100001010110000110000111010101011000010101100111100001010101001 | c3a5c3b4c2b0c3aac2b3c2a9 |
UTF-8 | 奪担属棚続息 | 111001011010010110101010111001101000101110000101111001011011000110011110111001101010001110011010111001111011011010011010111001101000000110101111 | e5a5aae68b85e5b19ee6a39ae7b69ae681af |
UHC | 奪??棚?息 | 111101111010110000111111001111111101110111011100001111111110001111010011 | f7ac3f3fdddc3fe3d3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)