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 | 永??淹 | 100010010110100100111111001111111001111110111001 | 89693f3f9fb9 |
EUC-JP | 永??淹 | 101100011100101000111111001111111101111010111011 | b1ca3f3fdebb |
UTF-8 | 永꿔겗淹 | 111001101011000010111000111010101011111110010100111010101011001010010111111001101011011110111001 | e6b0b8eabf94eab297e6b7b9 |
UHC | 永꿔겗淹 | 1110011110110101101100101110001110000001101011101110010111110100 | e7b5b2e381aee5f4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)