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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 梧?ⅱ節? | 1000110011100110001111111111101001000001100100001101111100111111 | 8ce63ffa4190df3f |
EUC-JP | 梧??節? | 10111000111010000011111100111111110000001110000100111111 | b8e83f3fc0e13f |
UTF-8 | 梧€ⅱ節ⓨ | 111001101010001010100111111000101000001010101100111000101000010110110001111001111010111110000000111000101001001110101000 | e6a2a7e282ace285b1e7af80e293a8 |
UHC | 梧€ⅱ節ⓨ | 11100111111111001010001011100110101001011010001011101111101111011010100011100101 | e7fca2e6a5a2efbda8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)