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 | 蛟寂逢蛟寂 | 11100101100000001000111011100010100010001010011111100101100000001000111011100010 | e5808ee288a7e5808ee2 |
EUC-JP | 蛟寂逢蛟寂 | 11101001111000001011110011100100101100001010100111101001111000001011110011100100 | e9e0bce4b0a9e9e0bce4 |
UTF-8 | 蛟寂逢蛟寂 | 111010001001101110011111111001011010111110000010111010011000000010100010111010001001101110011111111001011010111110000010 | e89b9fe5af82e980a2e89b9fe5af82 |
UHC | 蛟寂逢蛟寂 | 11001110111100011110111011010110110111001111000111001110111100011110111011010110 | cef1eed6dcf1cef1eed6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)