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 | 蒻??阿? | 11100100111010000011111100111111100010001010001000111111 | e4e83f3f88a23f |
EUC-JP | 蒻??阿? | 11101000111010100011111100111111101100001010010000111111 | e8ea3f3fb0a43f |
UTF-8 | 蒻멨샵阿쁖 | 111010001001001010111011111010111010100110101000111011001000001110110101111010011001100010111111111011001000000110010110 | e892bbeba9a8ec83b5e998bfec8196 |
UHC | 蒻멨샵阿쁖 | 11100101101101101011100011100101101111001010010111100100101110011001100001010110 | e5b6b8e5bca5e4b99856 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)