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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 霎溷ィッム | 11101000101111101001111111100101101010001010111111010001 | e8be9fe5a8afd1 |
EUC-JP | 霎溷ィッム | 11110000110000001101111011100111100011101010100010001110101011111000111011010001 | f0c0dee78ea88eaf8ed1 |
UTF-8 | 霎溷ィッム | 111010011001110010001110111001101011101010110111111011111011110110101000111011111011110110101111111011111011111010010001 | e99c8ee6bab7efbda8efbdafefbe91 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)