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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | テ催崚キツ」 | 1100001110001101110000111001101111000011101101111100001010100011 | c38dc39bc3b7c2a3 |
EUC-JP | テ催崚キツ」 | 100011101100001110111010110001011101011011000101100011101011011110001110110000101000111010100011 | 8ec3bac5d6c58eb78ec28ea3 |
UTF-8 | テ催崚キツ」 | 111011111011111010000011111001011000001010101100111001011011010010011010111011111011110110110111111011111011111010000010111011111011110110100011 | efbe83e582ace5b49aefbdb7efbe82efbda3 |
UHC | ?催???? | 00111111111101011100101000111111001111110011111100111111 | 3ff5ca3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)