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 | 亦??? | 1001011010010010001111110011111100111111 | 96923f3f3f |
EUC-JP | 亦??? | 1100101111110010001111110011111100111111 | cbf23f3f3f |
UTF-8 | 亦븃략樂 | 111001001011101010100110111010111011100010000011111010111001111010110101111011111010011010111111 | e4baa6ebb883eb9eb5efa6bf |
UHC | 亦븃략樂 | 1110011010110010101110101110100010110111101010111110100011111001 | e6b2bae8b7abe8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)