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 | ????C?? | 00111111001111110011111100111111010000110011111100111111 | 3f3f3f3f433f3f |
SJIS-WIN | テ催崚シCテ」 | 110000111000110111000011100110111100001110111100010000111100001110100011 | c38dc39bc3bc43c3a3 |
EUC-JP | テ催崚シCテ」 | 10001110110000111011101011000101110101101100010110001110101111000100001110001110110000111000111010100011 | 8ec3bac5d6c58ebc438ec38ea3 |
UTF-8 | テ催崚シCテ」 | 11101111101111101000001111100101100000101010110011100101101101001001101011101111101111011011110001000011111011111011111010000011111011111011110110100011 | efbe83e582ace5b49aefbdbc43efbe83efbda3 |
UHC | ?催??C?? | 0011111111110101110010100011111100111111010000110011111100111111 | 3ff5ca3f3f433f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)