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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???渦? | 001111110011111100111111100010010101000100111111 | 3f3f3f89513f |
EUC-JP | ???渦? | 001111110011111100111111101100011011001000111111 | 3f3f3fb1b23f |
UTF-8 | 料뚧쳛渦쭮 | 111011111010011010111110111010111001101010100111111011001011001110011011111001101011100010100110111011001010110110101110 | efa6beeb9aa7ecb39be6b8a6ecadae |
UHC | 料뚧쳛渦쭮 | 11101000111101111000110011100110101010111000000111101000101111101010100001000010 | e8f78ce6ab81e8bea842 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)