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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 牋瀲牋瀲 | 1110000010101110111000000111000111100000101011101110000001110001 | e0aee071e0aee071 |
EUC-JP | 牋瀲牋瀲 | 1110000010110000110111111101001011100000101100001101111111010010 | e0b0dfd2e0b0dfd2 |
UTF-8 | 牋瀲牋瀲 | 111001111000100110001011111001111000000010110010111001111000100110001011111001111000000010110010 | e7898be780b2e7898be780b2 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)