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 | ???l | 00111111001111110011111101101100 | 3f3f3f6c |
SJIS-WIN | ゥニl | 1010100111111000101000011100011001101100 | a9f8a1c66c |
EUC-JP | ゥ?ニl | 100011101010100100111111100011101100011001101100 | 8ea93f8ec66c |
UTF-8 | ゥニl | 11101111101111011010100111101110100110011000000011101111101111101000011001101100 | efbda9ee9980efbe866c |
UHC | ???l | 00111111001111110011111101101100 | 3f3f3f6c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)