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 | 狃瀲狃猾 | 1110000010111011111000000111000111100000101110111110000011001111 | e0bbe071e0bbe0cf |
EUC-JP | 狃瀲狃猾 | 1110000010111101110111111101001011100000101111011110000011010001 | e0bddfd2e0bde0d1 |
UTF-8 | 狃瀲狃猾 | 111001111000101110000011111001111000000010110010111001111000101110000011111001111000110010111110 | e78b83e780b2e78b83e78cbe |
UHC | ???猾 | 0011111100111111001111111111110011000010 | 3f3f3ffcc2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)