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 | 凋?氷二 | 10010010100111000011111110010101010110001001001111110001 | 929c3f955893f1 |
EUC-JP | 凋?氷二 | 11000011111111000011111111001001101110011100011011110011 | c3fc3fc9b9c6f3 |
UTF-8 | 凋양氷二 | 111001011000011110001011111011001001011010010001111001101011000010110111111001001011101010001100 | e5878bec9691e6b0b7e4ba8c |
UHC | 凋양氷二 | 1111000010111101101111101110011111011110101111001110110010100011 | f0bdbee7debceca3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)