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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | テ催淞シテシB | 110000111000110111000011100111111100001010111100110000111011110001000010 | c38dc39fc2bcc3bc42 |
EUC-JP | テ催淞シテシB | 10001110110000111011101011000101110111101100010010001110101111001000111011000011100011101011110001000010 | 8ec3bac5dec48ebc8ec38ebc42 |
UTF-8 | テ催淞シテシB | 11101111101111101000001111100101100000101010110011100110101101111001111011101111101111011011110011101111101111101000001111101111101111011011110001000010 | efbe83e582ace6b79eefbdbcefbe83efbdbc42 |
UHC | ?催淞???B | 001111111111010111001010111000011110011100111111001111110011111101000010 | 3ff5cae1e73f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)