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 | ?J}?J{^ | 00111111010010100111110100111111010010100111101101011110 | 3f4a7d3f4a7b5e |
SJIS-WIN | 牆J}牆J{^ | 111000001010110101001010011111011110000010101101010010100111101101011110 | e0ad4a7de0ad4a7b5e |
EUC-JP | 牆J}牆J{^ | 111000001010111101001010011111011110000010101111010010100111101101011110 | e0af4a7de0af4a7b5e |
UTF-8 | 牆J}牆J{^ | 1110011110001001100001100100101001111101111001111000100110000110010010100111101101011110 | e789864a7de789864a7b5e |
UHC | 牆J}牆J{^ | 111011011110110101001010011111011110110111101101010010100111101101011110 | eded4a7deded4a7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)