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 | 訷樊イサ驍ェ | 111110111010010010011110111001101011001010111011111010011000001010101010 | fba49ee6b2bbe982aa |
EUC-JP | 訷樊イサ驍ェ | 10001111110111011101010011011100111010001000111010110010100011101011101111110001111000101000111010101010 | 8fddd4dce88eb28ebbf1e28eaa |
UTF-8 | 訷樊イサ驍ェ | 111010001010100010110111111001101010100010001010111011111011110110110010111011111011110110111011111010011010100110001101111011111011110110101010 | e8a8b7e6a88aefbdb2efbdbbe9a98defbdaa |
UHC | ?樊??驍? | 0011111111011011111000000011111100111111111111011010010000111111 | 3fdbe03f3ffda43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)