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 | 缸???咳 | 11100011100111010011111100111111001111111000101001010000 | e39d3f3f3f8a50 |
EUC-JP | 缸???咳 | 11100101111111010011111100111111001111111011001110110001 | e5fd3f3f3fb3b1 |
UTF-8 | 缸멸렭렗咳 | 111001111011110010111000111010111010100110111000111010111010000010101101111010111010000010010111111001011001001010110011 | e7bcb8eba9b8eba0adeba097e592b3 |
UHC | 缸멸렭렗咳 | 11111001111111001011100011101010100011101011101010001110101011001111101010100110 | f9fcb8ea8eba8eacfaa6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)