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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隴糊ャ | 1110100010101101100011001101000010101100 | e8ad8cd0ac |
EUC-JP | 隴糊ャ | 111100001010111110111000110100101000111010101100 | f0afb8d28eac |
UTF-8 | 隴糊ャ | 111010011001101010110100111001111011001110001010111011111011110110101100 | e99ab4e7b38aefbdac |
UHC | ?糊? | 00111111111110111101010100111111 | 3ffbd53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)