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 | 狒粲狒糀 | 1110000010111111111000101110101011100000101111111110001011101111 | e0bfe2eae0bfe2ef |
EUC-JP | 狒粲狒糀 | 1110000011000001111001001110110011100000110000011110010011110001 | e0c1e4ece0c1e4f1 |
UTF-8 | 狒粲狒糀 | 111001111000101110010010111001111011001010110010111001111000101110010010111001111011001110000000 | e78b92e7b2b2e78b92e7b380 |
UHC | ?粲?? | 0011111111110011110001000011111100111111 | 3ff3c43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)