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 | 雲?該? | 100010010101111100111111100010100101100100111111 | 895f3f8a593f |
EUC-JP | 雲?該? | 101100011100000000111111101100111011101000111111 | b1c03fb3ba3f |
UTF-8 | 雲렊該렡 | 111010011001101110110010111010111010000010001010111010001010100110110010111010111010000010100001 | e99bb2eba08ae8a9b2eba0a1 |
UHC | 雲렊該렡 | 1110101010100011100011101010000111111010101100011000111010110010 | eaa38ea1fab18eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)