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 | ?燿}?燿{^ | 001111111110000010100000011111010011111111100000101000000111101101011110 | 3fe0a07d3fe0a07b5e |
EUC-JP | ?燿}?燿{^ | 001111111110000010100010011111010011111111100000101000100111101101011110 | 3fe0a27d3fe0a27b5e |
UTF-8 | 썸燿}썸燿{^ | 111011001000110110111000111001111000011110111111011111011110110010001101101110001110011110000111101111110111101101011110 | ec8db8e787bf7dec8db8e787bf7b5e |
UHC | 썸燿}썸燿{^ | 1011110111100110111010001111110001111101101111011110011011101000111111000111101101011110 | bde6e8fc7dbde6e8fc7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)