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 | 隴城宦骭 | 1110100010101101100011111110100110011011100000011110100110001100 | e8ad8fe99b81e98c |
EUC-JP | 隴城宦骭 | 1111000010101111101111101110101111010101111000011111000111101100 | f0afbeebd5e1f1ec |
UTF-8 | 隴城宦骭 | 111010011001101010110100111001011001111110001110111001011010111010100110111010011010101010101101 | e99ab4e59f8ee5aea6e9aaad |
UHC | ?城宦? | 001111111110000011110010111111001011001000111111 | 3fe0f2fcb23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)