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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 缸???B | 111000111001110100111111001111110011111101000010 | e39d3f3f3f42 |
EUC-JP | 缸???B | 111001011111110100111111001111110011111101000010 | e5fd3f3f3f42 |
UTF-8 | 缸멸렭렊B | 11100111101111001011100011101011101010011011100011101011101000001010110111101011101000001000101001000010 | e7bcb8eba9b8eba0adeba08a42 |
UHC | 缸멸렭렊B | 111110011111110010111000111010101000111010111010100011101010000101000010 | f9fcb8ea8eba8ea142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)