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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 源?o袁?源 | 10001100101110010011111110000010100011111110010111001101001111111000110010111001 | 8cb93f828fe5cd3f8cb9 |
EUC-JP | 源?o袁?源 | 10111000101110110011111110100011111011111110101011001111001111111011100010111011 | b8bb3fa3efeacf3fb8bb |
UTF-8 | 源장o袁렷源 | 111001101011101010010000111011001001111010100101111011111011110110001111111010001010001010000001111010111010000010110111111001101011101010010000 | e6ba90ec9ea5efbd8fe8a281eba0b7e6ba90 |
UHC | 源장o袁렷源 | 111010101011100111000000111001011010001111101111111010101011111010110111110001111110101010111001 | eab9c0e5a3efeabeb7c7eab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)