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 | 100010010110100100111111001111111001011101100011001111110011111101000101 | 89693f3f97633f3f45 |
EUC-JP | 永??幼??E | 101100011100101000111111001111111100110111000100001111110011111101000101 | b1ca3f3fcdc43f3f45 |
UTF-8 | 永띔떽幼먯뒌E | 11100110101100001011100011101011100111011001010011101011100101101011110111100101101110011011110011101011101010001010111111101011100100101000110001000101 | e6b0b8eb9d94eb96bde5b9bceba8afeb928c45 |
UHC | 永띔떽幼먯뒌E | 11100111101101011011011011101010101101101011110111101010111010101001000011101100100010101000100101000101 | e7b5b6eab6bdeaea90ec8a8945 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)