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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ??莎た?? | 0011111100111111111001001011001110000010101111010011111100111111 | 3f3fe4b382bd3f3f |
EUC-JP | ??莎た?? | 0011111100111111111010001011010110100100101111110011111100111111 | 3f3fe8b5a4bf3f3f |
UTF-8 | 룴가莎た룵쥲 | 111010111010001110110100111010101011000010000000111010001000111010001110111000111000000110011111111010111010001110110101111011001010010110110010 | eba3b4eab080e88e8ee3819feba3b5eca5b2 |
UHC | 룴가莎た룵쥲 | 100011111010100110110000101000011101111011101101101010101011111110001111101010101010001101000010 | 8fa9b0a1deedaabf8faaa342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)