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 | 苜鰹修莨件従 | 111001001001110010001010100011111000111101000011111001001011110010001100100011111000111101011101 | e49c8a8f8f43e4bc8c8f8f5d |
EUC-JP | 苜鰹修莨件従 | 111001111111110010110011111011111011110110100100111010001011111010110111111011111011110110111110 | e7fcb3efbda4e8beb7efbdbe |
UTF-8 | 苜鰹修莨件従 | 111010001000101110011100111010011011000010111001111001001011111110101110111010001000111010101000111001001011101110110110111001011011111010010011 | e88b9ce9b0b9e4bfaee88ea8e4bbb6e5be93 |
UHC | ??修?件? | 0011111100111111111000011111001100111111110010111110110000111111 | 3f3fe1f33fcbec3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)