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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 手??崇 | 100011101110100000111111001111111001000010010010 | 8ee83f3f9092 |
EUC-JP | 手??崇 | 101111001110101000111111001111111011111111110010 | bcea3f3fbff2 |
UTF-8 | 手굝궖崇 | 111001101000100110001011111010101011010110011101111010101011011010010110111001011011010010000111 | e6898beab59deab696e5b487 |
UHC | 手굝궖崇 | 1110001010100010100000101000010110000010101010111110001011111101 | e2a2828582abe2fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)