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 | 源?o翁? | 1000110010111001001111111000001010001111100010011010010100111111 | 8cb93f828f89a53f |
EUC-JP | 源?o翁? | 1011100010111011001111111010001111101111101100101010011100111111 | b8bb3fa3efb2a73f |
UTF-8 | 源장o翁렲 | 111001101011101010010000111011001001111010100101111011111011110110001111111001111011111110000001111010111010000010110010 | e6ba90ec9ea5efbd8fe7bf81eba0b2 |
UHC | 源장o翁렲 | 11101010101110011100000011100101101000111110111111101000101110101000111010111111 | eab9c0e5a3efe8ba8ebf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)