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 | ³³^ | 100011111011001110011100100010011000111110110011100111001000100101011110 | 8fb39c898fb39c895e |
SJIS-WIN | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
EUC-JP | ????????^ | 001111110011111100111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f3f3f5e |
UTF-8 | ³³^ | 1100001010001111110000101011001111000010100111001100001010001001110000101000111111000010101100111100001010011100110000101000100101011110 | c28fc2b3c29cc289c28fc2b3c29cc2895e |
UHC | ?³???³??^ | 0011111110101001111110000011111100111111001111111010100111111000001111110011111101011110 | 3fa9f83f3f3fa9f83f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)