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 | ?}?{^ | 0011111101111101001111110111101101011110 | 3f7d3f7b5e |
SJIS-WIN | 弟}弟{^ | 10010010111011010111110110010010111011010111101101011110 | 92ed7d92ed7b5e |
EUC-JP | 弟}弟{^ | 11000100111011110111110111000100111011110111101101011110 | c4ef7dc4ef7b5e |
UTF-8 | 弟}弟{^ | 111001011011110010011111011111011110010110111100100111110111101101011110 | e5bc9f7de5bc9f7b5e |
UHC | 弟}弟{^ | 11110000101010010111110111110000101010010111101101011110 | f0a97df0a97b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)