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 | ??}??{^ | 00111111001111110111110100111111001111110111101101011110 | 3f3f7d3f3f7b5e |
SJIS-WIN | ?瀋}?瀋{^ | 001111111110000001100011011111010011111111100000011000110111101101011110 | 3fe0637d3fe0637b5e |
EUC-JP | ?瀋}?瀋{^ | 001111111101111111000100011111010011111111011111110001000111101101011110 | 3fdfc47d3fdfc47b5e |
UTF-8 | 쑧瀋}쑧瀋{^ | 111011001001000110100111111001111000000010001011011111011110110010010001101001111110011110000000100010110111101101011110 | ec91a7e7808b7dec91a7e7808b7b5e |
UHC | 쑧瀋}쑧瀋{^ | 1001110011000100111001001010001101111101100111001100010011100100101000110111101101011110 | 9cc4e4a37d9cc4e4a37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)