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 | ???v | 00111111001111110011111101110110 | 3f3f3f76 |
SJIS-WIN | ?手邯v | 001111111000111011101000111001111011011001110110 | 3f8ee8e7b676 |
EUC-JP | ?手邯v | 001111111011110011101010111011101011100001110110 | 3fbceaeeb876 |
UTF-8 | 룶手邯v | 11101011101000111011011011100110100010011000101111101001100000101010111101110110 | eba3b6e6898be982af76 |
UHC | 룶手邯v | 10001111101010111110001010100010110010101111101101110110 | 8fabe2a2cafb76 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)