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 | 鐔緒終鐔種舟 | 111010000101110010001111100011111000111101001001111010000101110010001110111011011000111101001101 | e85c8f8f8f49e85c8eed8f4d |
EUC-JP | 鐔緒終鐔種舟 | 111011111011110110111101111011111011110110101010111011111011110110111100111011111011110110101110 | efbdbdefbdaaefbdbcefbdae |
UTF-8 | 鐔緒終鐔種舟 | 111010011001000010010100111001111011011110010010111001111011010110000010111010011001000010010100111001111010100010101110111010001000100010011111 | e99094e7b792e7b582e99094e7a8aee8889f |
UHC | ??終?種舟 | 001111110011111111110000111110110011111111110000111110101111000111000111 | 3f3ff0fb3ff0faf1c7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)