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 | ?薪}?薪{^ | 001111111001000001100100011111010011111110010000011001000111101101011110 | 3f90647d3f90647b5e |
EUC-JP | ?薪}?薪{^ | 001111111011111111000101011111010011111110111111110001010111101101011110 | 3fbfc57d3fbfc57b5e |
UTF-8 | 쏡薪}쏡薪{^ | 111011001000111110100001111010001001011010101010011111011110110010001111101000011110100010010110101010100111101101011110 | ec8fa1e896aa7dec8fa1e896aa7b5e |
UHC | 쏡薪}쏡薪{^ | 1001110001000100111000111110111101111101100111000100010011100011111011110111101101011110 | 9c44e3ef7d9c44e3ef7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)