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 | 狒禪狒糢 | 1110000010111111111000100101011111100000101111111110001011110101 | e0bfe257e0bfe2f5 |
EUC-JP | 狒禪狒糢 | 1110000011000001111000111011100011100000110000011110010011110111 | e0c1e3b8e0c1e4f7 |
UTF-8 | 狒禪狒糢 | 111001111000101110010010111001111010011010101010111001111000101110010010111001111011001110100010 | e78b92e7a6aae78b92e7b3a2 |
UHC | ?禪?? | 0011111111100000110010010011111100111111 | 3fe0c93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)