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 | ??????E | 00111111001111110011111100111111001111110011111101000101 | 3f3f3f3f3f3f45 |
SJIS-WIN | ?泥??悼?E | 001111111001001101000100001111110011111110010011100010010011111101000101 | 3f93443f3f93893f45 |
EUC-JP | ?泥??悼?E | 001111111100010110100101001111110011111111000101111010010011111101000101 | 3fc5a53f3fc5e93f45 |
UTF-8 | 룶泥푸룵悼펑E | 11101011101000111011011011100110101100111010010111101101100100011011100011101011101000111011010111100110100000101011110011101101100011101001000101000101 | eba3b6e6b3a5ed91b8eba3b5e682bced8e9145 |
UHC | 룶泥푸룵悼펑E | 10001111101010111101001011111010110001111010101010001111101010101101001111111010110001101110001101000101 | 8fabd2fac7aa8faad3fac6e345 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)