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 | ??指? | 0011111100111111100011100111011100111111 | 3f3f8e773f |
EUC-JP | ??指? | 0011111100111111101110111101100000111111 | 3f3fbbd83f |
UTF-8 | 瓆렼指렞 | 111001111001001110000110111010111010000010111100111001101000110010000111111010111010000010011110 | e79386eba0bce68c87eba09e |
UHC | 瓆렼指렞 | 1111001011101111100011101100010011110010101001101000111010101111 | f2ef8ec4f2a68eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)