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 | テ催妥ョツォ | 1100001110001101110000111001000111000011101011101100001010101011 | c38dc391c3aec2ab |
EUC-JP | テ催妥ョツォ | 100011101100001110111010110001011100001011000101100011101010111010001110110000101000111010101011 | 8ec3bac5c2c58eae8ec28eab |
UTF-8 | テ催妥ョツォ | 111011111011111010000011111001011000001010101100111001011010011010100101111011111011110110101110111011111011111010000010111011111011110110101011 | efbe83e582ace5a6a5efbdaeefbe82efbdab |
UHC | ?催妥??? | 0011111111110101110010101111011011100110001111110011111100111111 | 3ff5caf6e63f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)