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 | 縲凪螺竓 | 1110001110000000100100111110001010010111100001101110001010001010 | e38093e29786e28a |
EUC-JP | 縲凪螺竓 | 1110010111100000110001101110010011001101111001101110001111101010 | e5e0c6e4cde6e3ea |
UTF-8 | 縲凪螺竓 | 111001111011100010110010111001011000011110101010111010001001111010111010111001111010101110010011 | e7b8b2e587aae89ebae7ab93 |
UHC | ??螺? | 0011111100111111110101011010001000111111 | 3f3fd5a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)