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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 凋?氷二? | 1001001010011100001111111001010101011000100100111111000100111111 | 929c3f955893f13f |
EUC-JP | 凋?氷二? | 1100001111111100001111111100100110111001110001101111001100111111 | c3fc3fc9b9c6f33f |
UTF-8 | 凋양氷二椧 | 111001011000011110001011111011001001011010010001111001101011000010110111111001001011101010001100111001101010010010100111 | e5878bec9691e6b0b7e4ba8ce6a4a7 |
UHC | 凋양氷二椧 | 11110000101111011011111011100111110111101011110011101100101000111101100110100111 | f0bdbee7debceca3d9a7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)