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 | 爾瘢??? | 10001110101000101110000110001101001111110011111100111111 | 8ea2e18d3f3f3f |
EUC-JP | 爾瘢??? | 10111100101001001110000111101101001111110011111100111111 | bca4e1ed3f3f3f |
UTF-8 | 爾瘢렋곗렡 | 111001111000100010111110111001111001100010100010111010111010000010001011111010101011001110010111111010111010000010100001 | e788bee798a2eba08beab397eba0a1 |
UHC | 爾瘢렋곗렡 | 11101100101100111101101011101110100011101010001010110000111011001000111010110010 | ecb3daee8ea2b0ec8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)