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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 隴瑚騒 | 111010001010110110001100111010001001000110011011 | e8ad8ce8919b |
EUC-JP | 隴瑚騒 | 111100001010111110111000111010101100000111111011 | f0afb8eac1fb |
UTF-8 | 隴瑚騒 | 111010011001101010110100111001111001000110011010111010011010100010010010 | e99ab4e7919ae9a892 |
UHC | ?瑚? | 00111111111110111101000100111111 | 3ffbd13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)