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 | 枝葛?鷹? | 1000111001111101100010101000101100111111100100011110100100111111 | 8e7d8a8b3f91e93f |
EUC-JP | 枝葛?鷹? | 1011101111011110101100111110101100111111110000101110101100111111 | bbdeb3eb3fc2eb3f |
UTF-8 | 枝葛맑鷹렩 | 111001101001111010011101111010001001000110011011111010111010011110010001111010011011011110111001111010111010000010101001 | e69e9de8919beba791e9b7b9eba0a9 |
UHC | 枝葛맑鷹렩 | 11110010101010111100101011100111101110001011110011101011111011011000111010110111 | f2abcae7b8bcebed8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)