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 | ??淫?甑 | 00111111001111111000100011111010001111111000110110011001 | 3f3f88fa3f8d99 |
EUC-JP | ??淫?甑 | 00111111001111111011000011111100001111111011100111111001 | 3f3fb0fc3fb9f9 |
UTF-8 | 裡렦淫꿸甑 | 111011111010011110101000111010111010000010100110111001101011011110101011111010101011111110111000111001111001010010010001 | efa7a8eba0a6e6b7abeabfb8e79491 |
UHC | 裡렦淫꿸甑 | 11101100110000011000111010110101111010111110001010110010111010101111000111110111 | ecc18eb5ebe2b2eaf1f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)