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 | 莊♀下癇 | 1110010010110101100000011000101010001001101110101110000110010010 | e4b5818a89bae192 |
EUC-JP | 莊♀下癇 | 1110100010110111101000011110101010110010101111001110000111110010 | e8b7a1eab2bce1f2 |
UTF-8 | 莊♀下癇 | 111010001000111010001010111000101001100110000000111001001011100010001011111001111001100110000111 | e88e8ae29980e4b88be79987 |
UHC | 莊♀下? | 11101101111101101010000111001111111110011011101100111111 | edf6a1cff9bb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)