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 | 堰??猿 | 100010011000000100111111001111111000100110001110 | 89813f3f898e |
EUC-JP | 堰??猿 | 101100011110000100111111001111111011000111101110 | b1e13f3fb1ee |
UTF-8 | 堰듬ㅉ猿 | 111001011010000010110000111010111001001110101100111000111000010110001001111001111000110010111111 | e5a0b0eb93ace38589e78cbf |
UHC | 堰듬ㅉ猿 | 1110010111101000101101011110101110100100101110011110101010111011 | e5e8b5eba4b9eabb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)