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 | ???缺 | 0011111100111111001111111110001110011110 | 3f3f3fe39e |
EUC-JP | ???缺 | 0011111100111111001111111110010111111110 | 3f3f3fe5fe |
UTF-8 | 인뤶倂缺 | 111011001001110110111000111010111010010010110110111001011000000010000010111001111011110010111010 | ec9db8eba4b6e58082e7bcba |
UHC | 인뤶倂缺 | 1100000011001110100011111110010011011100101100011100110011000000 | c0ce8fe4dcb1ccc0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)