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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??飼澁 | 001111110011111110001110100101001110000001000110 | 3f3f8e94e046 |
EUC-JP | ??飼澁 | 001111110011111110111011111101001101111110100111 | 3f3fbbf4dfa7 |
UTF-8 | 쉠녹飼澁 | 111011001000100110100000111010111000010110111001111010011010001110111100111001101011111010000001 | ec89a0eb85b9e9a3bce6be81 |
UHC | 쉠녹飼澁 | 1011110110101010101100111110110011011110111110001101111110111011 | bdaab3ecdef8dfbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)