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 | ?????h | 001111110011111100111111001111110011111101101000 | 3f3f3f3f3f68 |
SJIS-WIN | 癲??愈?h | 1110000110011111001111110011111110010110111110100011111101101000 | e19f3f3f96fa3f68 |
EUC-JP | 癲??愈?h | 1110001010100001001111110011111111001100111111000011111101101000 | e2a13f3fccfc3f68 |
UTF-8 | 癲쀫뭼愈뛂h | 11100111100110011011001011101100100000001010101111101011101011011011110011100110100001001000100011101011100110111000001001101000 | e799b2ec80abebadbce68488eb9b8268 |
UHC | 癲쀫뭼愈뛂h | 1110111110100110100101111110101110010010100010111110101011101111100011001111111001101000 | efa697eb928beaef8cfe68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)