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 | 葉?ギ | 1001011101110100001111111000001101001101 | 97743f834d |
EUC-JP | 葉?ギ | 1100110111010101001111111010010110101110 | cdd53fa5ae |
UTF-8 | 葉숅ギ | 111010001001000110001001111011001000100010000101111000111000001010101110 | e89189ec8885e382ae |
UHC | 葉숅ギ | 111001111010100010011001111010011010101110101110 | e7a899e9abae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)