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 | 涬ト鬟 | 11111011010000011100010011101001101000111111001001000010 | fb41c4e9a3f242 |
EUC-JP | 涬ト鬟? | 1000111111000111110011111000111011000100111100101010010100111111 | 8fc7cf8ec4f2a53f |
UTF-8 | 涬ト鬟 | 111001101011011010101100111011111011111010000100111010011010110010011111111011101000010110111010 | e6b6acefbe84e9ac9fee85ba |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)