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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 篏弱姶 | 111000101011101110001110111000111000100010100110 | e2bb8ee388a6 |
EUC-JP | 篏弱姶 | 111001001011110110111100111001011011000010101000 | e4bdbce5b0a8 |
UTF-8 | 篏弱姶 | 111001111010111110001111111001011011110010110001111001011010011110110110 | e7af8fe5bcb1e5a7b6 |
UHC | ?弱? | 00111111111001011011000000111111 | 3fe5b03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)