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 | ?橡}?橡{^ | 001111111001001111001001011111010011111110010011110010010111101101011110 | 3f93c97d3f93c97b5e |
EUC-JP | ?橡}?橡{^ | 001111111100011011001011011111010011111111000110110010110111101101011110 | 3fc6cb7d3fc6cb7b5e |
UTF-8 | 롒橡}롒橡{^ | 111010111010000110010010111001101010100110100001011111011110101110100001100100101110011010101001101000010111101101011110 | eba192e6a9a17deba192e6a9a17b5e |
UHC | 롒橡}롒橡{^ | 1000111011010111110111111100111001111101100011101101011111011111110011100111101101011110 | 8ed7dfce7d8ed7dfce7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)