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 | 隴蛾峺裼 | 1110100010101101100010011110100110011011101101101110010111100111 | e8ad89e99bb6e5e7 |
EUC-JP | 隴蛾峺裼 | 1111000010101111101100101110101111010110101110001110101011101001 | f0afb2ebd6b8eae9 |
UTF-8 | 隴蛾峺裼 | 111010011001101010110100111010001001101110111110111001011011001110111010111010001010001110111100 | e99ab4e89bbee5b3bae8a3bc |
UHC | ?蛾?? | 0011111111100100101101100011111100111111 | 3fe4b63f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)