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 | ????®? | 001111110011111100111111001111111010111000111111 | 3f3f3f3fae3f |
SJIS-WIN | 絶??節?? | 1001000011100010001111110011111110010000110111110011111100111111 | 90e23f3f90df3f3f |
EUC-JP | 絶??節®? | 11000000111001000011111100111111110000001110000110001111101000101110111000111111 | c0e43f3fc0e18fa2ee3f |
UTF-8 | 絶붺샂節®눧 | 1110011110110101101101101110101110110110101110101110110010000011100000101110011110101111100000001100001010101110111010111000100010100111 | e7b5b6ebb6baec8382e7af80c2aeeb88a7 |
UHC | 絶붺샂節®눧 | 111011111011111010010100111001111001100010110100111011111011110110100010111001111000011110111110 | efbe94e798b4efbda2e787be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)