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 | 梧???? | 100011001110011000111111001111110011111100111111 | 8ce63f3f3f3f |
EUC-JP | 梧??焰? | 1011100011101000001111110011111110001111110010011110111100111111 | b8e83f3f8fc9ef3f |
UTF-8 | 梧삥쮭焰욮 | 111001101010001010100111111011001000001010100101111011001010111010101101111001111000010010110000111011001001101010101110 | e6a2a7ec82a5ecaeade784b0ec9aae |
UHC | 梧삥쮭焰욮 | 11100111111111001011101111100110101010001000101011100110111110111001111101000110 | e7fcbbe6a88ae6fb9f46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)