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 | 菫ッ蠕嶺ソッ | 111001001011111110101111111001011011111010010111111001001011111110101111 | e4bfafe5be97e4bfaf |
EUC-JP | 菫ッ蠕嶺ソッ | 111010001100000110001110101011111110101011000000110011101110011010001110101111111000111010101111 | e8c18eafeac0cee68ebf8eaf |
UTF-8 | 菫ッ蠕嶺ソッ | 111010001000111110101011111011111011110110101111111010001010000010010101111001011011011010111010111011111011110110111111111011111011110110101111 | e88fabefbdafe8a095e5b6baefbdbfefbdaf |
UHC | 菫??嶺?? | 1101000011001011001111110011111111010110101110100011111100111111 | d0cb3f3fd6ba3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)