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 | 푤瀋}푤瀋{^ | 111011011001000110100100111001111000000010001011011111011110110110010001101001001110011110000000100010110111101101011110 | ed91a4e7808b7ded91a4e7808b7b5e |
UHC | 푤瀋}푤瀋{^ | 1100011110100111111001001010001101111101110001111010011111100100101000110111101101011110 | c7a7e4a37dc7a7e4a37b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)