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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 脱孫束竪損 | 10010010010001011001000110110111100100011010100110010010010001111001000110111001 | 924591b791a9924791b9 |
EUC-JP | 脱孫束竪損 | 11000011101001101100001010111001110000101010101111000011101010001100001010111011 | c3a6c2b9c2abc3a8c2bb |
UTF-8 | 脱孫束竪損 | 111010001000010010110001111001011010110110101011111001101001110110011111111001111010101110101010111001101001000010001101 | e884b1e5adabe69d9fe7abaae6908d |
UHC | ?孫束竪損 | 001111111110000111011101111000011101011011100010101101011110000111011111 | 3fe1dde1d6e2b5e1df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)