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 | 蒸?梓兢? | 1000111111110110001111111000100010110010100110010101110100111111 | 8ff63f88b2995d3f |
EUC-JP | 蒸?梓兢? | 1011111011111000001111111011000010110100110100011011111000111111 | bef83fb0b4d1be3f |
UTF-8 | 蒸렟梓兢렞 | 111010001001001010111000111010111010000010011111111001101010001010010011111001011000010110100010111010111010000010011110 | e892b8eba09fe6a293e585a2eba09e |
UHC | 蒸렟梓兢렞 | 11110001111110101000111010110000111011101010100111010000111001111000111010101111 | f1fa8eb0eea9d0e78eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)